Skip to content

Commit 0705c00

Browse files
committed
Prepare version 2.1.0
1 parent 37937ff commit 0705c00

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

33
## [Unreleased]
4+
[Unreleased]: https://github.com/cashapp/molecule/compare/2.0.0...HEAD
5+
6+
Nothing yet!
7+
8+
9+
## [2.1.0] - 2025-04-11
10+
[2.1.0]: https://github.com/cashapp/molecule/releases/tag/2.1.0
411

512
New:
613
- Add `SnapshotNotifier` enum to control whether Molecule automatically sends snapshot apply notifications.
@@ -16,6 +23,7 @@ Fixed:
1623

1724

1825
## [2.0.0] - 2024-05-28
26+
[2.0.0]: https://github.com/cashapp/molecule/releases/tag/2.0.0
1927

2028
New:
2129
- Support for Kotlin 2.0.0!
@@ -340,8 +348,6 @@ Initial release
340348

341349

342350

343-
[Unreleased]: https://github.com/cashapp/molecule/compare/2.0.0...HEAD
344-
[2.0.0]: https://github.com/cashapp/molecule/releases/tag/2.0.0
345351
[1.4.3]: https://github.com/cashapp/molecule/releases/tag/1.4.3
346352
[1.4.2]: https://github.com/cashapp/molecule/releases/tag/1.4.2
347353
[1.4.1]: https://github.com/cashapp/molecule/releases/tag/1.4.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Molecule itself can then be added like any other dependency:
171171

172172
```groovy
173173
dependencies {
174-
implementation("app.cash.molecule:molecule-runtime:2.0.0")
174+
implementation("app.cash.molecule:molecule-runtime:2.1.0")
175175
}
176176
```
177177

@@ -188,7 +188,7 @@ repositories {
188188
}
189189
190190
dependencies {
191-
implementation("app.cash.molecule:molecule-runtime:2.1.0-SNAPSHOT")
191+
implementation("app.cash.molecule:molecule-runtime:2.2.0-SNAPSHOT")
192192
}
193193
```
194194

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=app.cash.molecule
22

33
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
4-
VERSION_NAME=2.1.0-SNAPSHOT
4+
VERSION_NAME=2.1.0
55

66
SONATYPE_AUTOMATIC_RELEASE=true
77
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)