Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpie committed Dec 6, 2017
1 parent 317e322 commit 061da67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]


## [1.0.1] - 2017-12-06
### Fixed

- Ruby patch code is only applied once per JRuby which prevents a
"stack level too deep" error caused by applying the patch multiple
times.


## [1.0.0] - 2017-12-05
### Added
Expand All @@ -31,4 +38,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


[Unreleased]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/1.0.1...HEAD
[1.0.1]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/5620a62...1.0.0
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharpie-facts_upload",
"version": "1.0.0",
"version": "1.0.1",
"author": "Charlie Sharpsteen",
"summary": "Re-implements the puppet facts upload command and associated Puppet Server endpoint.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Version of Puppet Server to develop and test against"
"5.1.4")

(defproject sharpie/facts-upload "1.0.0"
(defproject sharpie/facts-upload "1.0.1"
:description "Puppet Server endpoint for the facts upload command"
:license {:name "Apache License 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
Expand Down

0 comments on commit 061da67

Please sign in to comment.