Skip to content
Snippets Groups Projects
Commit 6d448901 authored by Fabien Combernous's avatar Fabien Combernous
Browse files

Merge branch 'publish-1-0-0' into 'master'

Resolve "bump version to publish 1.0.0"

Closes #6

See merge request !4
parents 1985c6e7 b8132f81
No related branches found
Tags 1.0.0
1 merge request!4Resolve "bump version to publish 1.0.0"
...@@ -2,6 +2,19 @@ ...@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Release 1.0.0
**Features**
**Bugfixes**
* #6 bump version to publish 1.0.0
**Known Issues**
* #1 Fix attribute ensure set to latest from scratch with resources management.
* #5 Permit to modify hour of update for external_fact.
## Release 0.2.0 ## Release 0.2.0
**Features** **Features**
...@@ -10,6 +23,7 @@ All notable changes to this project will be documented in this file. ...@@ -10,6 +23,7 @@ All notable changes to this project will be documented in this file.
* #2 Fix license. * #2 Fix license.
* #3 Add informations in chapter `Limitations` in README. * #3 Add informations in chapter `Limitations` in README.
* #4 Update CHANGELOG.
**Known Issues** **Known Issues**
......
...@@ -76,3 +76,12 @@ extra_gemfiles.each do |gemfile| ...@@ -76,3 +76,12 @@ extra_gemfiles.each do |gemfile|
end end
end end
# vim: syntax=ruby # vim: syntax=ruby
# Added at 2018-07-05 11:16:26 +0200 by fcombernous:
gem "beaker-rspec", "~> 6.2"
# Added at 2018-07-05 11:23:13 +0200 by fcombernous:
gem "beaker-puppet_install_helper", "~> 0.9.4"
# Added at 2018-07-05 11:23:35 +0200 by fcombernous:
gem "beaker-module_install_helper", "~> 0.1.7"
{ {
"name": "adullact-wordpress", "name": "adullact-wordpress",
"version": "0.1.0", "version": "1.0.0",
"author": "adullact", "author": "adullact",
"summary": "Install and configure wordpress with wpcli tool.", "summary": "Install and configure wordpress with wpcli tool.",
"license": "AGPL-3.0", "license": "AGPL-3.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment