From ec99d0f89a98bdcc68787611490717164aec0443 Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Tue, 16 Mar 2021 08:51:28 -0700 Subject: [PATCH] Release 0.2.0 - Bump podspec version to 0.2.0 - Update CHANGELOG for new version --- CHANGELOG.md | 4 +++- ConfigurePodspec.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13979f96..e7d16a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ConfigurePodspec.rb b/ConfigurePodspec.rb index b61cfca2..4ced04c7 100644 --- a/ConfigurePodspec.rb +++ b/ConfigurePodspec.rb @@ -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