Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichop committed Aug 18, 2021
1 parent cc9a3a9 commit 95ce04b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## [x.y.z](https://github.com/sushichop/Puppy/releases/tag/x.y.z) (yyyy-mm-dd)
## [0.3.1](https://github.com/sushichop/Puppy/releases/tag/0.3.1) (2021-08-18)

- Add file required only for Swift 5.3.x or before on Linux. [25](https://github.com/sushichop/Puppy/pull/25)

## [0.3.0](https://github.com/sushichop/Puppy/releases/tag/x.y.z) (2021-08-07)
## [0.3.0](https://github.com/sushichop/Puppy/releases/tag/0.3.0) (2021-08-07)

- Update `cmake-build` for Linux. [#19](https://github.com/sushichop/Puppy/pull/19)
- Workaround for `carthage build` in both Xcode 12 and 13. [#20](https://github.com/sushichop/Puppy/pull/20)
- Follow up `Integrate modules into Xcode`. [#22](https://github.com/sushichop/Puppy/pull/22)
- Make `BaseLogger` inheritable outside of the module(`Puppy`). [#23](https://github.com/sushichop/Puppy/pull/23)

## [0.2.0](https://github.com/sushichop/Puppy/releases/tag/x.y.z) (2021-06-17)
## [0.2.0](https://github.com/sushichop/Puppy/releases/tag/0.2.0) (2021-06-17)

- Instantiate `DispatchQueue` and add an argument named of `asynchronous`. [#9](https://github.com/sushichop/Puppy/pull/9)
- Remove colons from log rotation file name(extension). [#11](https://github.com/sushichop/Puppy/pull/11)
Expand Down
2 changes: 1 addition & 1 deletion Configurations/Common.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WATCHOS_DEPLOYMENT_TARGET = 3.0

SWIFT_VERSION = 5.0

MARKETING_VERSION = 0.3.0
MARKETING_VERSION = 0.3.1
DYLIB_CURRENT_VERSION = 1
CURRENT_PROJECT_VERSION = $(DYLIB_CURRENT_VERSION)

Expand Down
2 changes: 1 addition & 1 deletion Puppy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Puppy"
s.version = "0.3.0"
s.version = "0.3.1"
s.summary = "A flexible logging library written in Swift"
s.homepage = "https://github.com/sushichop/Puppy"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 95ce04b

Please sign in to comment.