We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 671ee60 + c168297 commit 29f860fCopy full SHA for 29f860f
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## [v1.91.1](https://github.com/k1LoW/tbls/compare/v1.91.0...v1.91.1) - 2025-10-22
4
+
5
## [v1.91.0](https://github.com/k1LoW/tbls/compare/v1.90.0...v1.91.0) - 2025-10-22
6
### Breaking Changes 🛠
7
- 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
@@ -4,4 +4,4 @@ package version
const Name string = "tbls"
// Version for this.
-var Version = "1.91.0"
+var Version = "1.91.1"
0 commit comments