Skip to content

Commit

Permalink
Release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 5, 2024
1 parent 166a4a6 commit 3b5974c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,22 @@ The format is based on [Keep a Changelog], and this project adheres to

## [Unreleased]

[Unreleased]: https://github.com/envato/stack_master/compare/v2.13.4...HEAD

## [2.14.0] - 2024-02-05

### Added

- Allow the use of [commander](https://github.com/commander-rb/commander)
major version 5 ([#375]).

- Test on Ruby 3.3 in the CI build ([#376]).

- Introduce `user_data_file`, `user_data_file_as_lines`, and `include_file`
convenience methods to the YAML ERB template compiler ([#377]).

[Unreleased]: https://github.com/envato/stack_master/compare/v2.13.4...HEAD
[2.13.4]: https://github.com/envato/stack_master/compare/v2.13.4...v2.14.0
[#375]: https://github.com/envato/stack_master/pull/375
[#376]: https://github.com/envato/stack_master/pull/376
[#377]: https://github.com/envato/stack_master/pull/377

Expand All @@ -27,7 +35,7 @@ The format is based on [Keep a Changelog], and this project adheres to

- Resolve SparkleFormation template error caused by `SortedSet` class being removed from the `set` library in Ruby 3 ([#374]).

[2.13.3]: https://github.com/envato/stack_master/compare/v2.13.3...v2.13.4
[2.13.4]: https://github.com/envato/stack_master/compare/v2.13.3...v2.13.4
[#374]: https://github.com/envato/stack_master/pull/374

## [2.13.3] - 2023-02-01
Expand Down
2 changes: 1 addition & 1 deletion lib/stack_master/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StackMaster
VERSION = "2.13.4"
VERSION = "2.14.0"
end

0 comments on commit 3b5974c

Please sign in to comment.