Skip to content

Commit

Permalink
Merge pull request #640 from k1LoW/tagpr-from-v1.79.4
Browse files Browse the repository at this point in the history
Release for v1.80.0
  • Loading branch information
k1LoW authored Jan 17, 2025
2 parents 77e97f5 + d2dcac9 commit 88b6400
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v1.80.0](https://github.com/k1LoW/tbls/compare/v1.79.4...v1.80.0) - 2025-01-17
### New Features 🎉
- Support wildcard in `viewpoints[].tables:` by @k1LoW in https://github.com/k1LoW/tbls/pull/643
### Other Changes
- chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in https://github.com/k1LoW/tbls/pull/639
- Update pkgs and go directive version by @k1LoW in https://github.com/k1LoW/tbls/pull/642

## [v1.79.4](https://github.com/k1LoW/tbls/compare/v1.79.3...v1.79.4) - 2024-11-27
### Other Changes
- chore(deps): bump github.com/cli/go-gh/v2 from 2.6.0 to 2.11.1 by @dependabot in https://github.com/k1LoW/tbls/pull/636
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@ package version
const Name string = "tbls"

// Version for this
var Version = "1.79.4"
var Version = "1.80.0"

0 comments on commit 88b6400

Please sign in to comment.