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

Commit 061da67

Browse files
committed
Version 1.0.1
1 parent 317e322 commit 061da67

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
## [Unreleased]
1010

1111

12+
## [1.0.1] - 2017-12-06
13+
### Fixed
14+
15+
- Ruby patch code is only applied once per JRuby which prevents a
16+
"stack level too deep" error caused by applying the patch multiple
17+
times.
18+
1219

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

3239

3340
[Unreleased]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/1.0.1...HEAD
41+
[1.0.1]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/1.0.0...1.0.1
3442
[1.0.0]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/5620a62...1.0.0

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharpie-facts_upload",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Charlie Sharpsteen",
55
"summary": "Re-implements the puppet facts upload command and associated Puppet Server endpoint.",
66
"license": "Apache-2.0",

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Version of Puppet Server to develop and test against"
33
"5.1.4")
44

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

0 commit comments

Comments
 (0)