File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.10.0] ( https://github.com/riemann/riemann-tools/tree/v1.10.0 ) (2024-01-13)
4+
5+ [ Full Changelog] ( https://github.com/riemann/riemann-tools/compare/v1.9.1...v1.10.0 )
6+
7+ ** Implemented enhancements:**
8+
9+ - Add support for options with spaces to ` riemann-wrapper ` [ \# 280] ( https://github.com/riemann/riemann-tools/pull/280 ) ([ smortex] ( https://github.com/smortex ) )
10+
311## [ v1.9.1] ( https://github.com/riemann/riemann-tools/tree/v1.9.1 ) (2023-12-08)
412
513[ Full Changelog] ( https://github.com/riemann/riemann-tools/compare/v1.9.0...v1.9.1 )
2129
2230- Fix ` riemann-haproxy ` with Ruby 3.0+ [ \# 273] ( https://github.com/riemann/riemann-tools/pull/273 ) ([ smortex] ( https://github.com/smortex ) )
2331
24- ** Merged pull requests:**
25-
26- - Bump actions/checkout from 3 to 4 [ \# 271] ( https://github.com/riemann/riemann-tools/pull/271 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
27-
2832## [ v1.8.2] ( https://github.com/riemann/riemann-tools/tree/v1.8.2 ) (2023-05-22)
2933
3034[ Full Changelog] ( https://github.com/riemann/riemann-tools/compare/v1.8.1...v1.8.2 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require 'github_changelog_generator/task'
77GitHubChangelogGenerator ::RakeTask . new :changelog do |config |
88 config . user = 'riemann'
99 config . project = 'riemann-tools'
10- config . exclude_labels = [ ' skip-changelog' ]
10+ config . exclude_labels = %w[ dependencies skip-changelog ]
1111 config . future_release = "v#{ Riemann ::Tools ::VERSION } "
1212end
1313
Original file line number Diff line number Diff line change 22
33module Riemann
44 module Tools # :nodoc:
5- VERSION = '1.9.1 '
5+ VERSION = '1.10.0 '
66 end
77end
You can’t perform that action at this time.
0 commit comments