File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
18
18
- Nothing
19
19
20
20
21
+ ## [ 2.15.1] - 2021-11-22
22
+
23
+ ### Changed
24
+
25
+ - Update dev dependency ` fog-azure-rm ` to become ` gitlab-fog-azure-rm `
26
+
27
+ ### Fixed
28
+
29
+ - Fix YAML config file parsing with Psych v4
30
+ (https://github.com/AssetSync/asset_sync/pull/422 )
31
+
32
+
21
33
## [ 2.15.0] - 2021-08-05
22
34
23
35
### Added
@@ -1026,7 +1038,8 @@ Changes:
1026
1038
* Merge branch 'sinatra'
1027
1039
1028
1040
1029
- [ Unreleased ] : https://github.com/AssetSync/asset_sync/compare/v2.15.0...HEAD
1041
+ [ Unreleased ] : https://github.com/AssetSync/asset_sync/compare/v2.15.1...HEAD
1042
+ [ 2.15.1 ] : https://github.com/AssetSync/asset_sync/compare/v2.15.0...v2.15.1
1030
1043
[ 2.15.0 ] : https://github.com/AssetSync/asset_sync/compare/v2.14.2...v2.15.0
1031
1044
[ 2.14.2 ] : https://github.com/AssetSync/asset_sync/compare/v2.14.1...v2.14.2
1032
1045
[ 2.14.1 ] : https://github.com/AssetSync/asset_sync/compare/v2.14.0...v2.14.1
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module AssetSync
4
- VERSION = "2.15.0 "
4
+ VERSION = "2.15.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments