Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Jan 5, 2025
1 parent 78f8907 commit 00b2347
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.5.0

_2025.01.05_

### Changed

- New `com.cheonjaeung.simplecarousel.android:simplecarousel-pager` artifact added.
It provides `CarouselPager`. This view supports pager behavior like `ViewPager2` but can circular.
- Add `CarouselMarginPageTransformer` and `CarouselFragmentStateAdapter` for `CarouselPager`.

## 0.4.0

_2024.12.01_
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "com.cheonjaeung.simplecarousel.android"
version = "0.4.0"
version = "0.5.0"

repositories {
google()
Expand Down

0 comments on commit 00b2347

Please sign in to comment.