We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8624676 + d84ff53 commit 597df2dCopy full SHA for 597df2d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v1.85.2](https://github.com/k1LoW/tbls/compare/v1.85.1...v1.85.2) - 2025-04-29
4
+### Other Changes
5
+- chore(deps): bump github.com/snowflakedb/gosnowflake from 1.13.2 to 1.13.3 by @dependabot in https://github.com/k1LoW/tbls/pull/691
6
+
7
## [v1.85.1](https://github.com/k1LoW/tbls/compare/v1.85.0...v1.85.1) - 2025-04-22
8
### Fix bug 🐛
9
- fix(md): escape additional markdown special characters by @k1LoW in https://github.com/k1LoW/tbls/pull/687
version/version.go
@@ -4,4 +4,4 @@ package version
const Name string = "tbls"
// Version for this.
-var Version = "1.85.1"
+var Version = "1.85.2"
0 commit comments