Skip to content

Commit

Permalink
Prepare for release 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanone committed Dec 23, 2021
1 parent 982ffaa commit 42833a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.0.0 (December 23, 2021)

**Improvements:**

- Support for proper FreeBSD shell path. ([#22](https://github.com/rehanone/puppet-ohmyzsh/pull/22); dctrotz)
- Updated os support matrix.
- Updated `pdk` templates.
- Updated minimum `puppet` version to `6.0.0`.
- Updated dependency versions.

## 2.4.0 (May 7, 2021)

**Improvements:**
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ $ puppet module install rehan-ohmyzsh
The module does expect all the data to be provided through 'Hiera'. See [Usage](#usage) for examples on how to configure it.

#### Requirements
This module is designed to be as clean and compliant with latest puppet code guidelines. It works with:

- `puppet >=5.5.10`
This module is designed to be as clean and compliant with latest puppet code guidelines.

## Usage

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": "rehan-ohmyzsh",
"version": "2.4.0",
"version": "3.0.0",
"author": "Rehan Mahmood",
"summary": "Install and configure the best shell, oh-my-zsh.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 42833a6

Please sign in to comment.