Skip to content

Commit 2d7f399

Browse files
Release 0.1.5.
1 parent 3e28d38 commit 2d7f399

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@
1212

1313
* None.
1414

15+
## [0.1.5](https://github.com/cats-oss/Chausie/releases/tag/0.1.5)
16+
17+
##### Breaking
18+
19+
* None.
20+
21+
##### Enhancements
22+
23+
* None.
24+
25+
##### Bug Fixes
26+
27+
* [Fix layout bug after device rotation](https://github.com/cats-oss/Chausie/pull/6)
28+
1529
## [0.1.4](https://github.com/cats-oss/Chausie/releases/tag/0.1.4)
1630

1731
##### Breaking

Chausie.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Chausie'
3-
s.version = '0.1.4'
3+
s.version = '0.1.5'
44
s.summary = 'Chausie provides a customizable view containers that manages navigation between pages of content. :cat:'
55
s.homepage = 'https://github.com/cats-oss/Chausie'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)