Skip to content

Commit

Permalink
Merge pull request #626 from k1LoW/tagpr-from-v1.78.1
Browse files Browse the repository at this point in the history
Release for v1.79.0
  • Loading branch information
k1LoW authored Oct 25, 2024
2 parents 5b006c0 + 2e2f6bd commit d00ec95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.79.0](https://github.com/k1LoW/tbls/compare/v1.78.1...v1.79.0) - 2024-10-25
### Breaking Changes 🛠
- Update goccy/go-graphviz to v0.2.4 by @k1LoW in https://github.com/k1LoW/tbls/pull/625
### Other Changes
- Use alias ( go-graphviz ) by @k1LoW in https://github.com/k1LoW/tbls/pull/627

## [v1.78.1](https://github.com/k1LoW/tbls/compare/v1.78.0...v1.78.1) - 2024-10-18
### Other Changes
- feat(postgres): Ensure ordering of index columns is always stable by @95ulisse in https://github.com/k1LoW/tbls/pull/623
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.78.1"
var Version = "1.79.0"

0 comments on commit d00ec95

Please sign in to comment.