From 061da6753c1bf4da59c24613262da9cbc1cf6aa9 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 6 Dec 2017 13:21:38 -0800 Subject: [PATCH] Version 1.0.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- project.clj | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1614c02..d562976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/metadata.json b/metadata.json index 7224f69..bc8360d 100644 --- a/metadata.json +++ b/metadata.json @@ -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", diff --git a/project.clj b/project.clj index c98a49d..d7a35f2 100644 --- a/project.clj +++ b/project.clj @@ -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"}