Skip to content

Commit 5b42346

Browse files
committed
Release 0.4.0
1 parent 3cc6a1d commit 5b42346

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.3.0...HEAD)
88

9+
## [0.4.0](https://github.com/airbnb/epoxy-ios/compare/0.3.0...0.4.0) - 2021-05-17
10+
911
### Added
1012
- Added an example with text field to show how can we use `avoidsKeyboard` feature
1113
- Add EpoxyLayoutGroups, a delcarative API for creating components

ConfigurePodspec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def configure(spec:, name:, summary:, local_deps: [])
33
# The shared CocoaPods version number for Epoxy.
44
#
55
# Change this constant to increment the Podspec version for all Epoxy Podspecs from a single place.
6-
version = '0.3.0'
6+
version = '0.4.0'
77

88
spec.name = name
99
spec.summary = summary

0 commit comments

Comments
 (0)