Skip to content

Commit

Permalink
Prepare for release 3.0.0-alpha.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Jan 8, 2021
1 parent 2c97351 commit eda1e47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

## Version 3.0.0-alpha.1

_2021-01-07_

* New: Experimental file system API. The `Path`, `FileMetadata`, `FileSystem` and
`ForwardingFileSystem` types are subject to API changes in a future release.
* New: Experimental `okio-fakefilesystem` artifact.


## Version 2.10.0

_2021-01-07_
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android.useAndroidX=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.okio
VERSION_NAME=3.0.0-SNAPSHOT
VERSION_NAME=3.0.0-alpha.1

POM_DESCRIPTION=A modern I/O API for Java

Expand Down

0 comments on commit eda1e47

Please sign in to comment.