Skip to content

Commit fd7989e

Browse files
authored
Merge pull request #31 from jaeilers/release/0.3.1
release: 0.3.1
2 parents 74e0a7b + 03feee9 commit fd7989e

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2024-04-21
11+
1012
### Added
1113

1214
- Added visionOS target to Xcode project
@@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6769

6870
- Initial Release
6971

70-
[unreleased]: https://github.com/jaeilers/NSAttributedStringBuilder/compare/0.3.0...HEAD
72+
[unreleased]: https://github.com/jaeilers/NSAttributedStringBuilder/compare/0.3.1...HEAD
73+
[0.3.1]: https://github.com/jaeilers/NSAttributedStringBuilder/releases/tag/0.3.1
7174
[0.3.0]: https://github.com/jaeilers/NSAttributedStringBuilder/releases/tag/0.3.0
7275
[0.2.1]: https://github.com/jaeilers/NSAttributedStringBuilder/releases/tag/0.2.1
7376
[0.2.0]: https://github.com/jaeilers/NSAttributedStringBuilder/releases/tag/0.2.0

NSAttributedStringBuilder-jaeilers.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
22

33
spec.name = "NSAttributedStringBuilder-jaeilers"
44
spec.module_name = "NSAttributedStringBuilder"
5-
spec.version = "0.3.0"
5+
spec.version = "0.3.1"
66
spec.summary = "An easy to use NSAttributedString builder with extended modifier support (bold, italic, image, custom spacings etc.)"
77

88
spec.description = <<-DESC

NSAttributedStringBuilder.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
"@executable_path/../Frameworks",
599599
"@loader_path/Frameworks",
600600
);
601-
MARKETING_VERSION = 0.3.0;
601+
MARKETING_VERSION = 0.3.1;
602602
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
603603
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
604604
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=50 -Xfrontend -warn-long-expression-type-checking=50";
@@ -638,7 +638,7 @@
638638
"@executable_path/../Frameworks",
639639
"@loader_path/Frameworks",
640640
);
641-
MARKETING_VERSION = 0.3.0;
641+
MARKETING_VERSION = 0.3.1;
642642
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
643643
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
644644
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=50 -Xfrontend -warn-long-expression-type-checking=50";

0 commit comments

Comments
 (0)