Skip to content

Commit 88b6400

Browse files
authoredJan 17, 2025··
Merge pull request #640 from k1LoW/tagpr-from-v1.79.4
Release for v1.80.0
2 parents 77e97f5 + d2dcac9 commit 88b6400

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v1.80.0](https://github.com/k1LoW/tbls/compare/v1.79.4...v1.80.0) - 2025-01-17
4+
### New Features 🎉
5+
- Support wildcard in `viewpoints[].tables:` by @k1LoW in https://github.com/k1LoW/tbls/pull/643
6+
### Other Changes
7+
- 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
8+
- Update pkgs and go directive version by @k1LoW in https://github.com/k1LoW/tbls/pull/642
9+
310
## [v1.79.4](https://github.com/k1LoW/tbls/compare/v1.79.3...v1.79.4) - 2024-11-27
411
### Other Changes
512
- 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

‎version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "tbls"
55

66
// Version for this
7-
var Version = "1.79.4"
7+
var Version = "1.80.0"

0 commit comments

Comments
 (0)
Please sign in to comment.