Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.1.0 #44

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [v2.1.0](https://github.com/betadots/pdc/tree/v2.1.0) (2024-03-12)

[Full Changelog](https://github.com/betadots/pdc/compare/v2.0.0...v2.1.0)

**Implemented enhancements:**

- Add rubygems for module testing [\#43](https://github.com/betadots/pdc/pull/43) ([rwaffen](https://github.com/rwaffen))

## [v2.0.0](https://github.com/betadots/pdc/tree/v2.0.0) (2024-02-02)

[Full Changelog](https://github.com/betadots/pdc/compare/v1.1.0...v2.0.0)
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ main-<puppet.major>

`latest` should be self-explanatory. The `main` tags are built with every push to the main branch and can be regarded as development tags.

## Changelog

see [CHANGELOG.md](CHANGELOG.md)

## How to contribute?

see [CONTRIBUTING.md](CONTRIBUTING)
see [CONTRIBUTING.md](CONTRIBUTING.md)

## How to release?

see [RELEASE.md](RELEASE.md)