Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichop committed Mar 13, 2023
1 parent afd4a5a commit b5af02a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [x.y.z](https://github.com/sushichop/Puppy/releases/tag/x.y.z) (yyyy-mm-dd)
## [0.7.0](https://github.com/sushichop/Puppy/releases/tag/0.7.0) (2023-03-13)

- Add different error handling behaviors for disk writing errors. [#75](https://github.com/sushichop/Puppy/pull/75)
- Make `logMessage` method public. [#77](https://github.com/sushichop/Puppy/pull/77)
Expand Down
2 changes: 1 addition & 1 deletion Configurations/Common.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WATCHOS_DEPLOYMENT_TARGET = 6.0
SWIFT_VERSION = 5.0
SWIFT_STRICT_CONCURRENCY = complete

MARKETING_VERSION = 0.6.0
MARKETING_VERSION = 0.7.0
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.6.0"
s.version = "0.7.0"
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 b5af02a

Please sign in to comment.