Skip to content

Commit 9894a92

Browse files
committed
Release 0.3.0
- Bump podspec version to 0.3.0 - Update CHANGELOG for new version
1 parent fdad79f commit 9894a92

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project are documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.2.0...HEAD)
7+
## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.3.0...HEAD)
8+
9+
## [0.3.0](https://github.com/airbnb/epoxy-ios/compare/0.2.0...0.3.0) - 2021-04-23
810

911
### Added
1012
- Added support for `Array` and `Optional` expressions to model result builders

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.2.0'
6+
version = '0.3.0'
77

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

0 commit comments

Comments
 (0)