Skip to content

Commit

Permalink
version: 1.0.0-alpha04
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Dec 19, 2022
1 parent 91248fa commit b3ea4db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [1.0.0-alpha04] - 2022.12.19

### Fixed

- Fixed the case when data can not be read if output stream was not closed in serializer (#10)
Expand Down Expand Up @@ -77,5 +79,6 @@ To continue use it, change the dependency module in your build script:
- gradle-infrastructure `0.12.1``0.17`
- Migrate dependencies to version catalogs

[unreleased]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha03...main
[unreleased]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha04...main
[1.0.0-alpha04]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha03...v1.0.0-alpha04
[1.0.0-alpha03]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha02...v1.0.0-alpha03
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ repositories {
}

dependencies {
implementation("io.github.osipxd:security-crypto-datastore:1.0.0-alpha03")
implementation("io.github.osipxd:security-crypto-datastore:1.0.0-alpha04")
// Or, if you want to use Preferences DataStore:
implementation("io.github.osipxd:security-crypto-datastore-preferences:1.0.0-alpha03")
implementation("io.github.osipxd:security-crypto-datastore-preferences:1.0.0-alpha04")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
val datastoreVersion = libs.versions.datastore.get()
subprojects {
group = "io.github.osipxd"
version = "$datastoreVersion-alpha03"
version = "$datastoreVersion-alpha04"
}

redmadrobot {
Expand Down

0 comments on commit b3ea4db

Please sign in to comment.