Skip to content

Commit 1184343

Browse files
committed
chore(release): 0.3.0
1 parent 19f60ff commit 1184343

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.3.0](https://github.com/theodorton/veksel/compare/v0.2.2...v0.3.0) (2024-09-04)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- Veksel.prefix has been removed
6+
- Veksel.suffix no longer has a leading underscore
7+
- CLI: suffix command has been removed
8+
9+
### Bug Fixes
10+
11+
- support database.yml with explicit primary ([99ecb90](https://github.com/theodorton/veksel/commit/99ecb902f010a42c45c2b113c404036617addc69))
12+
113
## [0.2.2](https://github.com/theodorton/veksel/compare/v0.2.1...v0.2.2) (2024-03-12)
214

315
### Bug Fixes

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
veksel (0.2.2)
4+
veksel (0.3.0)
55
activerecord
66
rails (>= 7.1.0, < 8)
77

lib/veksel/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Veksel
2-
VERSION = "0.2.2"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)