Skip to content

Commit 9a66db3

Browse files
Merge pull request #10 from puppetlabs/release-prep
Release prep v0.6.3
2 parents 42d1651 + 0596bdf commit 9a66db3

File tree

2 files changed

+13
-83
lines changed

2 files changed

+13
-83
lines changed

CHANGELOG.md

Lines changed: 12 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,23 @@
1-
# Change Log
1+
<!-- markdownlint-disable MD024 -->
2+
# Changelog
23

3-
All notable changes to the "puppet-editor-services" repository will be documented in this file.
4+
All notable changes to this project will be documented in this file.
45

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6+
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).
67

7-
## Unreleased
8+
## [v0.6.3](https://github.com/puppetlabs/puppetfile-resolver/tree/v0.6.3) - 2024-02-14
89

9-
## 0.6.2 - 2022-07-21
10+
[Full Changelog](https://github.com/puppetlabs/puppetfile-resolver/compare/0.6.2...v0.6.3)
1011

1112
### Fixed
1213

13-
- ([GH-38](https://github.com/glennsarti/puppetfile-resolver/pull/38)) Support using commits for GClone spec searcher, correctly print errors ([beechtom](https://github.com/beechtom))
14+
- (CAT-1688) Upgrade rubocop to `~> 1.50.0` [#7](https://github.com/puppetlabs/puppetfile-resolver/pull/7) ([LukasAud](https://github.com/LukasAud))
15+
- (bug) - Fix ruby 3.x incompatibility [#1](https://github.com/puppetlabs/puppetfile-resolver/pull/1) ([jordanbreen28](https://github.com/jordanbreen28))
1416

15-
## 0.6.1 - 2022-06-23
17+
## [0.6.2](https://github.com/puppetlabs/puppetfile-resolver/tree/0.6.2) - 2023-10-27
1618

17-
### Fixed
18-
19-
- ([GH-36](https://github.com/glennsarti/puppetfile-resolver/pull/36)) Fix bugs in Git spec searchers ([beechtom](https://github.com/beechtom))
20-
21-
## 0.6.0 - 2022-06-13
22-
23-
### Added
24-
25-
- ([GH-33](https://github.com/glennsarti/puppetfile-resolver/issues/33)) Adds git clone method to search for metadata file ([logicminds](https://github.com/logicminds))
26-
- ([GH-29](https://github.com/glennsarti/puppetfile-resolver/issues/29)) Add GitLab URL support
27-
28-
## 0.5.0 - 2020-12-16
29-
30-
### Added
31-
32-
- ([GH-22](https://github.com/glennsarti/puppetfile-resolver/issues/22)) Add a formal configuration system
33-
- ([Commit](https://github.com/glennsarti/puppetfile-resolver/commit/9f96040ff0747ca78e5cc5cb3f53518a0af7b1dd)) Add support for HTTP Proxies ([beechtom](https://github.com/beechtom))
34-
35-
### Changed
36-
37-
- ([GH-21](https://github.com/glennsarti/puppetfile-resolver/issues/21)) Migrated to GitHub Actions
38-
39-
### Removed
40-
41-
- ([Commit](https://github.com/glennsarti/puppetfile-resolver/commit/5985bda7dd64524847981bbdb1b8c0a80b98419a)) Removed support for Ruby 2.1 (Puppet 4)
42-
43-
## 0.4.0 - 2020-09-09
44-
45-
### Fixed
46-
47-
- ([GH-15](https://github.com/glennsarti/puppetfile-resolver/pull/15)) Accept forge module specifications without versions as valid ([beechtom](https://github.com/beechtom))
48-
- ([GH-16](https://github.com/glennsarti/puppetfile-resolver/pull/16)) Support version ranges when resolving dependencies ([beechtom](https://github.com/beechtom))
49-
50-
### Added
51-
52-
- ([GH-14](https://github.com/glennsarti/puppetfile-resolver/pull/14)) Read Puppetfile document model from resolution result ([beechtom](https://github.com/beechtom))
53-
54-
## 0.3.0 - 2020-07-11
55-
56-
### Fixed
57-
58-
- ([GH-7](https://github.com/glennsarti/puppetfile-resolver/issues/7)) Sample usage file doesn't work
59-
- ([GH-10](https://github.com/glennsarti/puppetfile-resolver/issues/10)) Fix for legacy style metadata.json dependencies
60-
61-
## 0.2.0 - 2020-03-20
62-
63-
### Added
64-
65-
- ([Commit](https://github.com/glennsarti/puppetfile-resolver/commit/6f267240b387d8399c5821415243c2ab426446f2)) Add flag to ignore :latest validation errors
66-
67-
## 0.1.0 - 2020-03-04
68-
69-
### Added
70-
71-
- ([Commit](https://github.com/glennsarti/puppetfile-resolver/commit/67678ff4d5b52f5afabe6c141167fc10e582f86e)) Add magic comments for Puppetfile parser
72-
73-
## 0.0.3 - 2019-11-25
74-
75-
### Fixed
76-
77-
- ([Commit](https://github.com/glennsarti/puppetfile-resolver/commit/0793b9e4fa0acefd6c52aff7fb170c96b09a0311)) OpenSSL errors cause resolution to fail
78-
79-
## 0.0.2 - 2019-11-21
80-
81-
### Added
82-
83-
- ([Commit](https://github.com/glennsarti/puppetfile-resolver/commit/522a22a7d7715822212704807486b8954ee64ce3)) Added support for Ruby 2.1.9
84-
85-
### Fixed
86-
87-
- ([Commit](https://github.com/glennsarti/puppetfile-resolver/commit/5bd5253873e012c6a4d0b4474a3a90c8feaaeafc)) Use plain version range
88-
89-
## 0.0.1 - 2019-11-04
19+
[Full Changelog](https://github.com/puppetlabs/puppetfile-resolver/compare/v0.6.3...0.6.2)
9020

91-
### Added
21+
## [v0.6.3](https://github.com/puppetlabs/puppetfile-resolver/tree/v0.6.3) - 2023-10-27
9222

93-
- Initial release of the puppetfile-resolver
23+
[Full Changelog](https://github.com/puppetlabs/puppetfile-resolver/compare/09e7ba66d7d9b4345d2634c0db45488d4aedb7d2...v0.6.3)

lib/puppetfile-resolver/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 PuppetfileResolver
4-
VERSION ||= '0.6.2'
4+
VERSION ||= '0.6.3'
55
end

0 commit comments

Comments
 (0)