Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jul 25, 2023
1 parent f495dfd commit d92ed7e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
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/spec/v2.0.0.html).

## [v1.3.0]

### Added
* Add basic unit/acceptance tests
* Enable GitHub Actions

### Changed
* Update module dependencies and OS support

### Fixed
* Fix compatibility with puppetlabs/stdlib v9.0.0

## [v1.2.1]

### Fixed
Expand All @@ -25,7 +37,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## v1.0.0
Initial release

[Unreleased]: https://github.com/markt-de/puppet-async_profiler/compare/v1.2.1...HEAD
[Unreleased]: https://github.com/markt-de/puppet-async_profiler/compare/v1.3.0...HEAD
[v1.3.0]: https://github.com/markt-de/puppet-async_profiler/compare/v1.2.1...v1.3.0
[v1.2.1]: https://github.com/markt-de/puppet-async_profiler/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/markt-de/puppet-async_profiler/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/markt-de/puppet-async_profiler/compare/v1.0.0...v1.1.0
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# puppet-async_profiler
[![Build Status](https://github.com/markt-de/puppet-async_profiler/actions/workflows/ci.yaml/badge.svg)](https://github.com/markt-de/puppet-async_profiler/actions/workflows/ci.yaml)
[![Puppet Forge](https://img.shields.io/puppetforge/v/markt/async_profiler.svg)](https://forge.puppetlabs.com/markt/async_profiler)
[![Puppet Forge](https://img.shields.io/puppetforge/f/markt/async_profiler.svg)](https://forge.puppetlabs.com/markt/async_profiler)

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markt-async_profiler",
"version": "1.2.1",
"version": "1.3.0",
"author": "markt.de",
"summary": "Setup a low overhead sampling profiler for Java",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit d92ed7e

Please sign in to comment.