mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-22 16:23:50 +00:00
start 0.2.0
This commit is contained in:
parent
90c1731bd1
commit
3365c63e07
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,10 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.0
|
||||
## 0.2.0
|
||||
|
||||
Inited :)
|
||||
|
||||
### 0.1.1
|
||||
## 0.1.1
|
||||
|
||||
* `Versions`:
|
||||
* `kotlinx.serialization`: `1.0.0-RC2` -> `1.0.0`
|
||||
@ -39,3 +37,8 @@ Inited :)
|
||||
* `MapCRUDRepo` class as implementation of `StandardCRUDRepo` on top of `MutableMap` has been added
|
||||
* `MapKeyValueRepo` class as implementation of `StandardKeyValueRepo` on top of `MutableMap` has been added
|
||||
* `MapOneToManyKeyValueRepo` class as implementation of `OneToManyKeyValueRepo` on top of `MutableMap` has been added
|
||||
|
||||
|
||||
## 0.1.0
|
||||
|
||||
Inited :)
|
@ -19,4 +19,4 @@ github_release_plugin_version=2.2.12
|
||||
uuidVersion=0.2.2
|
||||
|
||||
group=dev.inmo
|
||||
version=0.1.1
|
||||
version=0.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user