Skip to content

Commit bc406fb

Browse files
authored
Merge pull request #87 from InflationX/release/2.1.1
Prepare next development version
2 parents ccf6d43 + 08f50a8 commit bc406fb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 2.1.1 *(2023-04-05)*
4+
- Fix nullability issues - @ZacSweers
5+
36
## Version 2.1.0 *(2023-03-30)*
47
- Deprecate static `init`, `get`, and related APIs in favor of instance-based use. Instead, install local `ViewPump` instances as needed via `ViewPumpContextWrapper.wrap(context, viewPump)`.
58
- Optimize internal `cloneInContext()` calls.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs=-Xmx1536M '-Dfile.encoding=UTF-8'
22

3-
version=2.1.1-SNAPSHOT
3+
version=2.1.2-SNAPSHOT
44

55
android.useAndroidX=true
66

0 commit comments

Comments
 (0)