Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorton committed Sep 4, 2024
1 parent 19f60ff commit 1184343
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.3.0](https://github.com/theodorton/veksel/compare/v0.2.2...v0.3.0) (2024-09-04)

### ⚠ BREAKING CHANGES

- Veksel.prefix has been removed
- Veksel.suffix no longer has a leading underscore
- CLI: suffix command has been removed

### Bug Fixes

- support database.yml with explicit primary ([99ecb90](https://github.com/theodorton/veksel/commit/99ecb902f010a42c45c2b113c404036617addc69))

## [0.2.2](https://github.com/theodorton/veksel/compare/v0.2.1...v0.2.2) (2024-03-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
veksel (0.2.2)
veksel (0.3.0)
activerecord
rails (>= 7.1.0, < 8)

Expand Down
2 changes: 1 addition & 1 deletion lib/veksel/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Veksel
VERSION = "0.2.2"
VERSION = "0.3.0"
end

0 comments on commit 1184343

Please sign in to comment.