Skip to content

Commit 1ba3c4a

Browse files
committed
Cut version 2.8.1
1 parent 530596f commit 1ba3c4a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github_changelog_generator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
issues=false
2-
since-tag=2.8
2+
since-tag=2.8.1
33
future-release=2.9

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [2.8.1](https://github.com/TextureGroup/Texture/tree/2.8.1) (2019-05-05)
4+
[Full Changelog](https://github.com/TextureGroup/Texture/compare/2.8...2.8.1)
5+
6+
**Merged pull requests:**
7+
8+
- Update for 9.4.1 CI [\#1392](https://github.com/TextureGroup/Texture/pull/1392) ([garrettmoon](https://github.com/garrettmoon))
9+
- Disable ASAssertLocked and ASAssertUnlocked [\#1412](https://github.com/TextureGroup/Texture/pull/1412) ([nguyenhuy](https://github.com/nguyenhuy))
10+
311
## [2.8](https://github.com/TextureGroup/Texture/tree/2.8) (2019-02-12)
412
[Full Changelog](https://github.com/TextureGroup/Texture/compare/2.7...2.8)
513

Texture.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Texture'
3-
spec.version = '2.8'
3+
spec.version = '2.8.1'
44
spec.license = { :type => 'Apache 2', }
55
spec.homepage = 'http://texturegroup.org'
6-
spec.authors = { 'Huy Nguyen' => 'hi@huytnguyen.me', 'Garrett Moon' => '[email protected]', 'Scott Goodson' => '[email protected]', 'Michael Schneider' => '[email protected]', 'Adlai Holler' => '[email protected]' }
6+
spec.authors = { 'Huy Nguyen' => 'hi@huynguyen.dev', 'Garrett Moon' => '[email protected]', 'Scott Goodson' => '[email protected]', 'Michael Schneider' => '[email protected]', 'Adlai Holler' => '[email protected]' }
77
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
88
spec.source = { :git => 'https://github.com/TextureGroup/Texture.git', :tag => spec.version.to_s }
99
spec.module_name = 'AsyncDisplayKit'

0 commit comments

Comments
 (0)