Skip to content

Commit ec99d0f

Browse files
committed
Release 0.2.0
- Bump podspec version to 0.2.0 - Update CHANGELOG for new version
1 parent 829cd1f commit ec99d0f

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.1.0...HEAD)
7+
## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.2.0...HEAD)
8+
9+
## [0.2.0](https://github.com/airbnb/epoxy-ios/compare/0.1.0...0.2.0) - 2021-03-16
810

911
### Added
1012
- Added result builders for `SectionModel`, `ItemModel`, `BarModel`, `PresentationModel`, and

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.1.0'
6+
version = '0.2.0'
77

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

0 commit comments

Comments
 (0)