Skip to content

Commit

Permalink
Prepare for Snapshots release v1.0.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 committed May 24, 2024
1 parent 40508a6 commit 0aecbcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ junit-jupiter = "5.8.2"
# internal
emerge-gradle-plugin = "3.0.0-rc02"
emerge-peformance = "2.1.2"
emerge-snapshots = "1.0.0-rc01"
emerge-snapshots = "1.0.0-rc02"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
5 changes: 5 additions & 0 deletions snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to snapshots & snapshots-processor will be documented in thi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.0-rc01 - 2024-05-24

- Adds support for better compose preview error
reporting. [#155](https://github.com/EmergeTools/emerge-android/pull/155)

## 1.0.0-rc01 - 2024-05-23

- Adds support for direct compose preview invoking without needing
Expand Down

0 comments on commit 0aecbcb

Please sign in to comment.