Skip to content

Commit

Permalink
^ Release 2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Aug 29, 2024
1 parent a28ae93 commit eb8d1d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


## [2.19.2] - 2024-08-29

### Fixed

- Avoid duplicate files in remote files list cache
(https://github.com/AssetSync/asset_sync/pull/439)
- Drop trailing slash of prefix in #get_local_files
(https://github.com/AssetSync/asset_sync/pull/425)


## [2.19.1] - 2023-08-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/asset_sync/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AssetSync
VERSION = "2.19.1"
VERSION = "2.19.2"
end

0 comments on commit eb8d1d3

Please sign in to comment.