From b5af02a72a5a1f92a68e6eceee19cac804067ad9 Mon Sep 17 00:00:00 2001 From: Koichi Yokota Date: Mon, 13 Mar 2023 22:37:34 +0900 Subject: [PATCH] Bump version to `0.7.0` --- CHANGELOG.md | 2 +- Configurations/Common.xcconfig | 2 +- Puppy.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ffbad..64d4203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Configurations/Common.xcconfig b/Configurations/Common.xcconfig index 9fe04e2..85c0f56 100644 --- a/Configurations/Common.xcconfig +++ b/Configurations/Common.xcconfig @@ -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) diff --git a/Puppy.podspec b/Puppy.podspec index 47e2e07..fa234a4 100644 --- a/Puppy.podspec +++ b/Puppy.podspec @@ -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" }