Skip to content

Commit 29f860f

Browse files
authored
Merge pull request #762 from k1LoW/tagpr-from-v1.91.0
Release for v1.91.1
2 parents 671ee60 + c168297 commit 29f860f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [v1.91.1](https://github.com/k1LoW/tbls/compare/v1.91.0...v1.91.1) - 2025-10-22
4+
35
## [v1.91.0](https://github.com/k1LoW/tbls/compare/v1.90.0...v1.91.0) - 2025-10-22
46
### Breaking Changes 🛠
57
- Changed HTML line-break output from <br> to self-closing <br /> in adjustTable. by @Mistat in https://github.com/k1LoW/tbls/pull/758

version/version.go

Lines changed: 1 addition & 1 deletion
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.91.0"
7+
var Version = "1.91.1"

0 commit comments

Comments
 (0)