Skip to content

Commit 036ac41

Browse files
authored
Merge pull request #24 from voxpupuli/release-v1.3.0
Release v1.3.0
2 parents ca9ef67 + 0299598 commit 036ac41

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.3.0](https://github.com/voxpupuli/container-voxbox/tree/v1.3.0) (2024-07-08)
6+
7+
[Full Changelog](https://github.com/voxpupuli/container-voxbox/compare/v1.2.0...v1.3.0)
8+
9+
**Implemented enhancements:**
10+
11+
- chore: Update rubygem versions in build\_versions.json [\#23](https://github.com/voxpupuli/container-voxbox/pull/23) ([rwaffen](https://github.com/rwaffen))
12+
- Remove stringio 0.1.0 from ruby 2.7 and replace with 3.1 [\#22](https://github.com/voxpupuli/container-voxbox/pull/22) ([rwaffen](https://github.com/rwaffen))
13+
514
## [v1.2.0](https://github.com/voxpupuli/container-voxbox/tree/v1.2.0) (2024-06-13)
615

716
[Full Changelog](https://github.com/voxpupuli/container-voxbox/compare/v1.1.0...v1.2.0)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rescue LoadError
88
else
99
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
1010
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file."
11-
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog]
11+
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog github_actions modulesync]
1212
config.user = 'voxpupuli'
1313
config.project = 'container-voxbox'
1414
# get branch name from git and strip off any prefixes (e.g. 'release-')

0 commit comments

Comments
 (0)