Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
- Bump podspec version to 0.2.0
- Update CHANGELOG for new version
  • Loading branch information
erichoracek committed Mar 16, 2021
1 parent 829cd1f commit ec99d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.1.0...HEAD)
## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.2.0...HEAD)

## [0.2.0](https://github.com/airbnb/epoxy-ios/compare/0.1.0...0.2.0) - 2021-03-16

### Added
- Added result builders for `SectionModel`, `ItemModel`, `BarModel`, `PresentationModel`, and
Expand Down
2 changes: 1 addition & 1 deletion ConfigurePodspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def configure(spec:, name:, summary:, local_deps: [])
# The shared CocoaPods version number for Epoxy.
#
# Change this constant to increment the Podspec version for all Epoxy Podspecs from a single place.
version = '0.1.0'
version = '0.2.0'

spec.name = name
spec.summary = summary
Expand Down

0 comments on commit ec99d0f

Please sign in to comment.