From adee6c9fb9cbb9ae8ab6558ee934fb5aa51ab4a0 Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Thu, 28 Jul 2022 08:08:52 -0700 Subject: [PATCH] Relealse 0.8.0 --- CHANGELOG.md | 4 +++- ConfigurePodspec.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01cbe2af..03fdcbc4 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.7.0...HEAD) +## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.8.0...HEAD) + +## [0.8.0](https://github.com/airbnb/epoxy-ios/compare/0.7.0...0.8.0) - 2022-07-28 ### Added - Added `SwiftUIMeasurementContainer` for calculating the ideal height of a `UIView` for wrapping diff --git a/ConfigurePodspec.rb b/ConfigurePodspec.rb index c9143379..e9f90670 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.7.0' + version = '0.8.0' spec.name = name spec.summary = summary