Skip to content

Commit 6047eda

Browse files
committed
docs: 2.0-rc1 in changelog
1 parent 006fbbb commit 6047eda

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [2.0-rc1] (2021-03-14)
4+
35
### Scoped and shared values (#1)
46

57
Now there are two types of memory values: scoped (to class) and shared.
@@ -109,5 +111,6 @@ You should use `mutableMap` and `mutableList` for mutable versions of collection
109111

110112
Public release
111113

112-
[unreleased]: https://github.com/RedMadRobot/mapmemory/compare/v1.1...main
114+
[unreleased]: https://github.com/RedMadRobot/mapmemory/compare/v2.0-rc1...main
115+
[2.0-rc1]: https://github.com/RedMadRobot/mapmemory/compare/v1.1...v2.0-rc1
113116
[1.1]: https://github.com/RedMadRobot/mapmemory/compare/v1.0...v1.1

0 commit comments

Comments
 (0)