Skip to content

Commit

Permalink
bump 3.0.0.beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Apr 11, 2023
1 parent 95110bb commit 1b893a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

> List all changes before release a new version.
## [3.0.0.beta4] (2023-04-11)

### Added

- Add `.files` method to proguard parser.

### Fixed

- Fail to extract dsym contents.

## [3.0.0.beta3] (2023-04-05)

### Added
Expand Down Expand Up @@ -292,7 +302,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Updated dependency of CFPropertly list be a range between 2.3.4. (thanks @[cschroed](https://github.com/cschroed))

[Unreleased]: https://github.com/icyleaf/app-info/compare/v3.0.0.beta3..HEAD
[Unreleased]: https://github.com/icyleaf/app-info/compare/v3.0.0.beta4..HEAD
[3.0.0.beta4]: https://github.com/icyleaf/app-info/compare/v3.0.0.beta3...v3.0.0.beta4
[3.0.0.beta3]: https://github.com/icyleaf/app-info/compare/v3.0.0.beta2...v3.0.0.beta3
[3.0.0.beta2]: https://github.com/icyleaf/app-info/compare/v3.0.0.beta1...v3.0.0.beta2
[3.0.0.beta1]: https://github.com/icyleaf/app-info/compare/v2.8.5...v3.0.0.beta1
Expand Down
2 changes: 1 addition & 1 deletion lib/app_info/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AppInfo
VERSION = '3.0.0.beta3'
VERSION = '3.0.0.beta4'
end

0 comments on commit 1b893a2

Please sign in to comment.