Skip to content

Commit

Permalink
Prepare for release 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 2, 2024
1 parent a08088b commit a0d6b5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ Changelog
**Unreleased**
--------------

1.4.1
-----

_2024-10-02_

- **Fix**: Fix false positives reported by `ComposeContentEmitterReturningValues`.
- **Fix**: Fix `content-emitters` configuration in docs.
- **Fix**: Fix link to multipreview annotations in docs.

Special thanks to [@erikghonyan](https://github.com/erikghonyan) for contributing to this release!

1.4.0
-----

_2024-01-25_
_2024-10-01_

- **New**: Implement `SlotReused` lint. See https://slackhq.github.io/compose-lints/rules/#do-not-invoke-slots-in-more-than-once-place for more information.
- **Enhancement**: Report the function name for readability in `ComposeContentEmitterReturningValues`.
Expand All @@ -28,7 +35,7 @@ _2024-01-25_
- Test against K2 UAST.
- Build against Kotlin `2.0.20`.

Special thanks to [@alexvanyo](https://github.com/alexvanyo), [@seve-andre](https://github.com/seve-andre), [@svenjacobs](https://github.com/svenjacobs), [@ychescale9](https://github.com/ychescale9), [@shahzadansari](https://github.com/shahzadansari), [@kozaxinan](https://github.com/kozaxinan), for contributing to this release!
Special thanks to [@alexvanyo](https://github.com/alexvanyo), [@seve-andre](https://github.com/seve-andre), [@svenjacobs](https://github.com/svenjacobs), [@ychescale9](https://github.com/ychescale9), [@shahzadansari](https://github.com/shahzadansari), and [@kozaxinan](https://github.com/kozaxinan) for contributing to this release!

1.3.1
-----
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Salesforce, Inc.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2023
VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.4.1

0 comments on commit a0d6b5c

Please sign in to comment.