File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1818- Nothing
1919
2020
21+ ## [ 2.19.3] - 2026-01-10
22+
23+ ### Changed
24+
25+ - Improvement: Ensure "Uploading" logs are output when compression is enabled
26+ (https://github.com/AssetSync/asset_sync/pull/452 )
27+
28+ ### Fixed
29+ - Fix compatibility with ruby 4.0+ due to ` CGI library is removed from the default gems `
30+ (https://bugs.ruby-lang.org/issues/21258 )
31+
32+ [ 2.19.3 ] : https://github.com/AssetSync/asset_sync/compare/v2.19.2...v2.19.3
33+
34+
2135## [ 2.19.2] - 2024-08-29
2236
2337### Fixed
@@ -27,6 +41,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2741- Drop trailing slash of prefix in #get_local_files
2842 (https://github.com/AssetSync/asset_sync/pull/425 )
2943
44+ [ 2.19.2 ] : https://github.com/AssetSync/asset_sync/compare/v2.19.1...v2.19.2
45+
3046
3147## [ 2.19.1] - 2023-08-17
3248
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module AssetSync
4- VERSION = "2.19.2 "
4+ VERSION = "2.19.3 "
55end
You can’t perform that action at this time.
0 commit comments