Skip to content

Commit

Permalink
Update changelog for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenji21 committed Sep 23, 2019
1 parent 3b88b28 commit cb99547
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased](https://github.com/openium/SwiftiumTestingKit/compare/latest...HEAD)
### Added

### Changed

### Removed

## [0.3.0](https://github.com/openium/SwiftiumTestingKit/compare/v0.3.0...HEAD)
### Added
Support for Swift 5.1

### Changed
Added a test to validate searching of test with UITextView

### Removed

## [0.2.0](https://github.com/openium/SwiftiumTestingKit/compare/v0.2.0...HEAD)
## [0.2.0](https://github.com/openium/SwiftiumTestingKit/compare/v0.2.0...v0.3.0)
### Added

### Changed
Expand Down
2 changes: 2 additions & 0 deletions SwiftiumTestingKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.3.0;
PRODUCT_BUNDLE_IDENTIFIER = fr.openium.SwiftiumTestingKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -591,6 +592,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.3.0;
PRODUCT_BUNDLE_IDENTIFIER = fr.openium.SwiftiumTestingKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion SwiftiumTestingKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit cb99547

Please sign in to comment.