Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hkellaway committed Sep 23, 2020
1 parent 600e105 commit 05db509
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 90 deletions.
2 changes: 1 addition & 1 deletion AppVersion.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AppVersion"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "A Swift μ-Library for determining app version"
s.description = "A Swift μ-Library for determining app version."
s.homepage = "https://github.com/hkellaway/AppVersion"
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@
All notable changes to this project will be documented in this file.
`AppVersion` adheres to [Semantic Versioning](http://semver.org/).

- `0.2.x` Releases - [0.2.0](#020)
- `0.1.x` Releases - [0.1.0](#010)

---
## [0.2.0](https://github.com/hkellaway/AppVersion/releases/tag/0.2.0)
Released on 2020-09-22.

### Added
* Determination of `isStable`
* Caluation of `next` major, minor, or patch version
* Affordance for version strings starting with `v`

#### Fixed
- Accepting negative numbers
- Accepting leading zeros

---
## [0.1.0](https://github.com/hkellaway/AppVersion/releases/tag/0.1.0)
Released on 2020-09-09.
Expand Down
4 changes: 2 additions & 2 deletions Demo/AppVersionDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.0;
MARKETING_VERSION = 1.2.3;
PRODUCT_BUNDLE_IDENTIFIER = com.harlankellaway.AppVersionDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -318,7 +318,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.0;
MARKETING_VERSION = 1.2.3;
PRODUCT_BUNDLE_IDENTIFIER = com.harlankellaway.AppVersionDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repositoryURL": "https://github.com/hkellaway/AppVersion",
"state": {
"branch": "trunk",
"revision": "682ae64388ee496f150fcf990e1baaee40c94f53",
"revision": "600e105dd1369dfee39e755d95cc304f8c03e081",
"version": null
}
}
Expand Down
4 changes: 2 additions & 2 deletions LocalPod/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AppVersion (0.1.0)
- AppVersion (0.2.0)

DEPENDENCIES:
- AppVersion (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AppVersion: 704936b4f6614032684df2b91cb9ed4c8371fb45
AppVersion: 832643a4f59410cc5e7d00bfa1ddb4e0b48a1d1e

PODFILE CHECKSUM: f2398af975cce41676d7b42bb2bc5eea99466854

Expand Down
4 changes: 2 additions & 2 deletions LocalPod/Pods/Local Podspecs/AppVersion.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions LocalPod/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

166 changes: 87 additions & 79 deletions LocalPod/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05db509

Please sign in to comment.