Skip to content

Commit cd7b9eb

Browse files
committed
^ Release 2.19.3
1 parent 6251a0d commit cd7b9eb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/asset_sync/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AssetSync
4-
VERSION = "2.19.2"
4+
VERSION = "2.19.3"
55
end

0 commit comments

Comments
 (0)