File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
## [ 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
4
11
5
12
New:
6
13
- Add ` SnapshotNotifier ` enum to control whether Molecule automatically sends snapshot apply notifications.
16
23
17
24
18
25
## [ 2.0.0] - 2024-05-28
26
+ [ 2.0.0 ] : https://github.com/cashapp/molecule/releases/tag/2.0.0
19
27
20
28
New:
21
29
- Support for Kotlin 2.0.0!
@@ -340,8 +348,6 @@ Initial release
340
348
341
349
342
350
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
345
351
[ 1.4.3 ] : https://github.com/cashapp/molecule/releases/tag/1.4.3
346
352
[ 1.4.2 ] : https://github.com/cashapp/molecule/releases/tag/1.4.2
347
353
[ 1.4.1 ] : https://github.com/cashapp/molecule/releases/tag/1.4.1
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Molecule itself can then be added like any other dependency:
171
171
172
172
``` groovy
173
173
dependencies {
174
- implementation("app.cash.molecule:molecule-runtime:2.0 .0")
174
+ implementation("app.cash.molecule:molecule-runtime:2.1 .0")
175
175
}
176
176
```
177
177
@@ -188,7 +188,7 @@ repositories {
188
188
}
189
189
190
190
dependencies {
191
- implementation("app.cash.molecule:molecule-runtime:2.1 .0-SNAPSHOT")
191
+ implementation("app.cash.molecule:molecule-runtime:2.2 .0-SNAPSHOT")
192
192
}
193
193
```
194
194
Original file line number Diff line number Diff line change 1
1
GROUP =app.cash.molecule
2
2
3
3
# 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
5
5
6
6
SONATYPE_AUTOMATIC_RELEASE =true
7
7
SONATYPE_HOST =DEFAULT
You can’t perform that action at this time.
0 commit comments