Skip to content

Commit

Permalink
modify changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Mar 15, 2019
1 parent a93e323 commit 74ee77f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ 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).


## 1.1.0 - 2019-03-13
## 1.1.x - 2019-03-13
### Added

- Coswift support generator
- Support macosx
- Subroutine should cancel when it's parent cancel.
-
- Support Carthage in 1.1.1
- Support macosx
- [email protected]
- [email protected]

### Changed

- Split coobjc to cocore and coobjc, coswift depend on cocore.
- Drag fishhook in project
- Yield change to macro defined.
- Change COPromise's @sync to NSLock

### Fixed
- Fix custom stack calculate error.
Expand Down
4 changes: 2 additions & 2 deletions coswift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "coswift"
s.version = "1.1.1"
s.version = "1.1.2"
s.summary = "A coroutine framework for swift."

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.12'
s.requires_arc = true

s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.1' }
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.2' }
s.source_files = 'coswift/*.{h,swift}'

s.swift_version = '4.2'
Expand Down

0 comments on commit 74ee77f

Please sign in to comment.