Skip to content

Commit

Permalink
Update release notes with #156
Browse files Browse the repository at this point in the history
  • Loading branch information
apenella committed Aug 16, 2024
1 parent fd14e00 commit 65e9577
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

### Changed

- The internal package `internal/executable/os/exec` has been moved to `pkg/execute/exec`, making it public.

## v2.0.1 (2024-07-10)

### Fixed

- Fixed the String method on the AnsiblePlaybookOptions and AnsibleAdhocOptions structs that does not return the verbose flags correctly.
- Fixed the String method on the AnsiblePlaybookOptions and AnsibleAdhocOptions structs that do not return the verbose flags correctly.

## v2.0.0 (2024-04-20)

Expand Down
6 changes: 3 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release notes

## v2.0.1 (2024-07-10)
## [unreleased]

### Fixed
### Changed

- Fixed the String method on the AnsiblePlaybookOptions and AnsibleAdhocOptions structs that does not return the verbose flags correctly.
- The internal package `internal/executable/os/exec` has been moved to `pkg/execute/exec`, making it public. Along with this change, the `Exec` struct has been renamed to `OsExec`.

0 comments on commit 65e9577

Please sign in to comment.