Skip to content

Commit

Permalink
Version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisbernard committed Nov 17, 2023
1 parent fc97a03 commit b890f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog of RorVsWild

### Unrealeased
### 1.6.3 (2023-11-17)

* Fix not git repository stderr
* Normalize SQL queries
* Ignore errors with a rescue handler (rescue_from, retry_on and discard_on)
* Update local profiler colors
* Wait for queue to start before sending deployment information

### 1.6.2 (2023-02-23)

Expand Down
2 changes: 1 addition & 1 deletion lib/rorvswild/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RorVsWild
VERSION = "1.6.2".freeze
VERSION = "1.6.3".freeze
end

0 comments on commit b890f78

Please sign in to comment.