This repository was archived by the owner on Dec 2, 2021. It is now read-only.
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
## [ Unreleased]
10
10
11
11
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
+
12
19
13
20
## [ 1.0.0] - 2017-12-05
14
21
### Added
@@ -31,4 +38,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
31
38
32
39
33
40
[ 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
34
42
[ 1.0.0 ] : https://github.com/Sharpie/puppetserver-clj-file-server/compare/5620a62...1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sharpie-facts_upload" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"author" : " Charlie Sharpsteen" ,
5
5
"summary" : " Re-implements the puppet facts upload command and associated Puppet Server endpoint." ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 2
2
" Version of Puppet Server to develop and test against"
3
3
" 5.1.4" )
4
4
5
- (defproject sharpie /facts-upload " 1.0.0 "
5
+ (defproject sharpie /facts-upload " 1.0.1 "
6
6
:description " Puppet Server endpoint for the facts upload command"
7
7
:license {:name " Apache License 2.0"
8
8
:url " http://www.apache.org/licenses/LICENSE-2.0.html" }
You can’t perform that action at this time.
0 commit comments