Skip to content

Commit bc53da4

Browse files
committed
Release 0.7.0
1 parent 81236a3 commit bc53da4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ 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.6.0...HEAD)
8-
- Added a weak reference from `TopBarContainer` / `BottomBarContainer` to their parent bar installer
7+
## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.7.0...HEAD)
8+
9+
## [0.7.0](https://github.com/airbnb/epoxy-ios/compare/0.6.0...0.7.0) - 2021-12-09
910

1011
### Added
12+
- Added a weak reference from `TopBarContainer` / `BottomBarContainer` to their parent bar installer
1113
- Added a `BarInstallerConfiguration` type to allow both global and per-instance configuration of
1214
bar installers.
1315
- Added an `applyBars` closure to `BarInstallerConfiguration` to allow consumers to configure _when_

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.6.0'
6+
version = '0.7.0'
77

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

0 commit comments

Comments
 (0)