Skip to content

Commit

Permalink
bump 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Nov 27, 2024
1 parent 3a7d4c0 commit 1c77e26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

> List all changes before release a new version.
## [3.3.0] (2024-11-27)

### Added

- Add `.native_codes` method for Android. #[79](https://github.com/icyleaf/app-info/pull/79)

## [3.2.0] (2024-09-09)

### Added
Expand Down Expand Up @@ -361,7 +367,8 @@ Dropped Ruby 2.5 ~ 3.0 support (no changes required.).

- 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.2.0..HEAD
[Unreleased]: https://github.com/icyleaf/app-info/compare/v3.3.0..HEAD
[3.3.0]: https://github.com/icyleaf/app-info/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/icyleaf/app-info/compare/v3.1.4...v3.2.0
[3.1.4]: https://github.com/icyleaf/app-info/compare/v3.1.2...v3.1.4
[3.1.2]: https://github.com/icyleaf/app-info/compare/v3.1.0...v3.1.2
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.2.0'
VERSION = '3.3.0'
end

0 comments on commit 1c77e26

Please sign in to comment.