Commit 1184343 1 parent 19f60ff commit 1184343 Copy full SHA for 1184343
File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
13
## [ 0.2.2] ( https://github.com/theodorton/veksel/compare/v0.2.1...v0.2.2 ) (2024-03-12)
2
14
3
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- veksel (0.2.2 )
4
+ veksel (0.3.0 )
5
5
activerecord
6
6
rails (>= 7.1.0 , < 8 )
7
7
Original file line number Diff line number Diff line change 1
1
module Veksel
2
- VERSION = "0.2.2 "
2
+ VERSION = "0.3.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments