Skip to content

Commit

Permalink
Prepare for release 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jan 25, 2024
1 parent d864bf5 commit cf60c26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Changelog
=========

**Unreleased**
--------------
1.2.0
-----

_2023-04-19_

- **New**: Implement `ModifierComposed` check to lint against use of `Modifier.composed`, which is no longer recommended in favor of the new `Modifier.Node` API.
- **New**: Implement `ComposeUnstableReceiver` check to warn when composable extension functions or composables instance functions have unstable receivers/containing classes.
Expand All @@ -18,8 +20,8 @@ Changelog
- **Fix**: Best-effort work around name mangling when comparing name in M2ApiDetector's allow list.
- **Fix**: Fix `ComposePreviewPublic` to always just require private, remove preview parameter configuration.
- **Docs**: Improve docs for `ComposeContentEmitterReturningValues`
- Build against lint-api `31.2.1`.
- Test against lint-api `31.4.0-alpha05`.
- Build against lint-api `31.2.2`.
- Test against lint-api `31.4.0-alpha06`.
- Raise Kotlin apiVersion/languageVersion to `1.9.0`.

Special thanks to [@jzbrooks](https://github.com/jzbrooks), [@joeMalebe](https://github.com/joeMalebe), [@dellisd](https://github.com/dellisd) for contributing to this release!
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Salesforce, Inc.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2023
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_NAME=1.3.0

0 comments on commit cf60c26

Please sign in to comment.