From 9894a923dea7b90bd4df8823e1c791133bd3631a Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Fri, 23 Apr 2021 08:45:21 -0700 Subject: [PATCH] Release 0.3.0 - Bump podspec version to 0.3.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 b3f9e777..0da1a66c 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.2.0...HEAD) +## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.3.0...HEAD) + +## [0.3.0](https://github.com/airbnb/epoxy-ios/compare/0.2.0...0.3.0) - 2021-04-23 ### Added - Added support for `Array` and `Optional` expressions to model result builders diff --git a/ConfigurePodspec.rb b/ConfigurePodspec.rb index 4ced04c7..a4f7a284 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.2.0' + version = '0.3.0' spec.name = name spec.summary = summary