mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
Cut version 2.8.1 (#1491)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
issues=false
|
||||
since-tag=2.8
|
||||
since-tag=2.8.1
|
||||
future-release=2.9
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## [2.8.1](https://github.com/TextureGroup/Texture/tree/2.8) (2019-05-05)
|
||||
[Full Changelog](https://github.com/TextureGroup/Texture/compare/2.8...2.8.1)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Update for 9.4.1 CI [\#1392](https://github.com/TextureGroup/Texture/pull/1392) ([garrettmoon](https://github.com/garrettmoon))
|
||||
- Disable ASAssertLocked and ASAssertUnlocked [\#1412](https://github.com/TextureGroup/Texture/pull/1412) ([nguyenhuy](https://github.com/nguyenhuy))
|
||||
|
||||
## [2.8](https://github.com/TextureGroup/Texture/tree/2.8) (2019-02-12)
|
||||
[Full Changelog](https://github.com/TextureGroup/Texture/compare/2.7...2.8)
|
||||
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'Texture'
|
||||
spec.version = '2.8'
|
||||
spec.version = '2.8.1'
|
||||
spec.license = { :type => 'Apache 2', }
|
||||
spec.homepage = 'http://texturegroup.org'
|
||||
spec.authors = { 'Huy Nguyen' => 'hi@huytnguyen.me', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'mischneider1@gmail.com', 'Adlai Holler' => 'adlai@icloud.com' }
|
||||
spec.authors = { 'Huy Nguyen' => 'hi@huynguyen.dev', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'mischneider1@gmail.com', 'Adlai Holler' => 'adlai@icloud.com' }
|
||||
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
|
||||
spec.source = { :git => 'https://github.com/TextureGroup/Texture.git', :tag => spec.version.to_s }
|
||||
spec.module_name = 'AsyncDisplayKit'
|
||||
|
||||
Reference in New Issue
Block a user