Skip to content

Commit

Permalink
Merge pull request #469 from k1LoW/tagpr-from-v1.65.0
Browse files Browse the repository at this point in the history
Release for v1.65.1
  • Loading branch information
k1LoW authored Apr 8, 2023
2 parents 5b6ebb8 + 85ea1f5 commit b80e054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v1.65.1](https://github.com/k1LoW/tbls/compare/v1.65.0...v1.65.1) - 2023-04-08
- Fix CI by @k1LoW in https://github.com/k1LoW/tbls/pull/468

## [v1.65.0](https://github.com/k1LoW/tbls/compare/v1.64.1...v1.65.0) - 2023-04-08
- Add lint rule `lint.requireTableLabels:` by @k1LoW in https://github.com/k1LoW/tbls/pull/463
- Add a NamingStrategy to map Post.user_id → User.user_id style detected relation by @yu-ichiro in https://github.com/k1LoW/tbls/pull/466
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "tbls"

// Version for this
var Version = "1.65.0"
var Version = "1.65.1"

0 comments on commit b80e054

Please sign in to comment.