Skip to content

Commit

Permalink
Bump to 0.1.4 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren authored Jun 14, 2024
1 parent a2c8c43 commit a314eb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@
## [0.1.3] - 2023-06-11

- Allow the Rails app to boot even if there is no database yet

## [0.1.4] - 2023-06-14

- Rescue NoDatabaseError at scheduler update.
- Include tests in gem, for sake of easier debugging.
- Reduce logging in local test runs.
- Bump local ruby version to 3.3.3

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

module Gouda
VERSION = "0.1.3"
VERSION = "0.1.4"
end

0 comments on commit a314eb1

Please sign in to comment.