Skip to content

Commit 5ba8426

Browse files
authored
Merge pull request #85 from puppetlabs/release-prep
Release prep v1.0.2
2 parents 8511ac7 + 1aa9982 commit 5ba8426

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [v1.0.2](https://github.com/puppetlabs/dependency_checker/tree/v1.0.2) - 2026-05-07
9+
10+
[Full Changelog](https://github.com/puppetlabs/dependency_checker/compare/v1.0.1...v1.0.2)
11+
12+
### Fixed
13+
14+
- (CAT-1688) - Pin rubocop to `~> 1.50.0` [#62](https://github.com/puppetlabs/dependency_checker/pull/62) ([LukasAud](https://github.com/LukasAud))
15+
816
## [v1.0.1](https://github.com/puppetlabs/dependency_checker/tree/v1.0.1) - 2023-08-09
917

1018
[Full Changelog](https://github.com/puppetlabs/dependency_checker/compare/v1.0.0...v1.0.1)
@@ -22,21 +30,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2230
[Full Changelog](https://github.com/puppetlabs/dependency_checker/compare/0.3.0...v1.0.0.rc.1)
2331

2432
### Changed
33+
2534
- (CONT-810) Ruby 3 support [#38](https://github.com/puppetlabs/dependency_checker/pull/38) ([chelnak](https://github.com/chelnak))
2635

2736
## [0.3.0](https://github.com/puppetlabs/dependency_checker/tree/0.3.0) - 2021-12-15
2837

2938
[Full Changelog](https://github.com/puppetlabs/dependency_checker/compare/0.2.0...0.3.0)
3039

40+
### Changed
41+
42+
- (IAC-859) Update to more modern ruby [#21](https://github.com/puppetlabs/dependency_checker/pull/21) ([DavidS](https://github.com/DavidS))
43+
3144
### Added
3245

3346
- (GH-30) Add Forge hostname and auth token params [#31](https://github.com/puppetlabs/dependency_checker/pull/31) ([sanfrancrisko](https://github.com/sanfrancrisko))
3447
- Report status with exit-code [#25](https://github.com/puppetlabs/dependency_checker/pull/25) ([smortex](https://github.com/smortex))
3548
- Add the ability to validate modules in a namespace [#22](https://github.com/puppetlabs/dependency_checker/pull/22) ([binford2k](https://github.com/binford2k))
3649

37-
### Changed
38-
- (IAC-859) Update to more modern ruby [#21](https://github.com/puppetlabs/dependency_checker/pull/21) ([DavidS](https://github.com/DavidS))
39-
4050
## [0.2.0](https://github.com/puppetlabs/dependency_checker/tree/0.2.0) - 2019-03-22
4151

4252
[Full Changelog](https://github.com/puppetlabs/dependency_checker/compare/0.1.1...0.2.0)

lib/dependency_checker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DependencyChecker
4-
VERSION = '1.0.1'
4+
VERSION = '1.0.2'
55
end

0 commit comments

Comments
 (0)