Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 8cd7cb2

Browse files
committed
Release 2.0.1
1 parent c9a4e04 commit 8cd7cb2

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

Diff for: CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
## 2.0.1
2+
3+
##### Enhancements
4+
5+
* Updates podspec.
6+
* [Adds code coverage](https://github.com/material-foundation/material-scrollview-delegate-multiplexer-ios/issues/10). ([Sean O'Shea](https://github.com/seanoshea))
7+
8+
## 2.0.0
9+
10+
##### Breaking
11+
12+
* Renames all GOS prefixes to MDF
13+
14+
##### Bug Fixes
15+
16+
* Fixed test removeObserveringDelegate so it does not skip over indices
17+
18+
##### Enhancements
19+
20+
* Updates to readme.
21+
* Corrects typos.
22+
23+
## 1.0.1
24+
25+
##### Enhancements
26+
27+
* Updates readme combiner example.
28+
* Adds example using the combiner protocol.
29+
* Updates example to handle rotation
30+
* Update .jazzy.yaml
31+
* Link conventions to GOS-contributing repo.
32+
33+
## 1.0.0
34+
35+
Initial release.
36+
37+
## x.x.x
38+
39+
This is a template. When cutting a new release, rename "master" to the release number and create a
40+
new, empty "Master" section.
41+
42+
##### Breaking
43+
44+
##### Enhancements
45+
46+
##### Bug Fixes
47+
48+
* This is a template description
49+
[person responsible](https://github.com/...)
50+
[#xxx](github.com/google/material-scrollview-delegate-multiplexer-ios/issues/xxx)

Diff for: MDFScrollViewDelegateMultiplexer.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MDFScrollViewDelegateMultiplexer"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.authors = { 'Chris Cox' => '[email protected]' }
55
s.summary = "A proxy object for UIScrollViewDelegate that forwards all received events to an ordered list of registered observers."
66
s.homepage = "https://github.com/material-foundation/material-scrollview-delegate-multiplexer-ios"

0 commit comments

Comments
 (0)