File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.2 "
2+ "." : " 0.0.3 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.3 (2025-12-06)
4+
5+ Full Changelog: [ v0.0.2...v0.0.3] ( https://github.com/logchimp/logchimp-go/compare/v0.0.2...v0.0.3 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** correctly specify Accept header with * /* instead of empty ([ ea560f3] ( https://github.com/logchimp/logchimp-go/commit/ea560f391ecd07b3e6269df649c98816b9cfa039 ) )
10+ * ** mcp:** correct code tool API endpoint ([ f0f8c92] ( https://github.com/logchimp/logchimp-go/commit/f0f8c92a0d868da0ded4baa9bfadabd0bfc81463 ) )
11+ * rename param to avoid collision ([ 12afbfb] ( https://github.com/logchimp/logchimp-go/commit/12afbfbeb6a2a25524caec08631ca6fb1fa1d69d ) )
12+ * Windows OS detection typo ([ 90e9117] ( https://github.com/logchimp/logchimp-go/commit/90e91178a9e8a7f613cf8548b6fdad60001d0f5d ) )
13+ * Windows OS detection typo ([ 293a91a] ( https://github.com/logchimp/logchimp-go/commit/293a91a03d9396732e7fce25babfab6d531e8250 ) )
14+
15+
16+ ### Chores
17+
18+ * bump gjson version ([ f327424] ( https://github.com/logchimp/logchimp-go/commit/f3274249578b1cef3ded236a94a1fdbc7a5a1713 ) )
19+ * elide duplicate aliases ([ 5925e69] ( https://github.com/logchimp/logchimp-go/commit/5925e692cd64ac89f843c23677cf917a64a4c3f7 ) )
20+ * ** internal:** codegen related update ([ 1cd3a51] ( https://github.com/logchimp/logchimp-go/commit/1cd3a51b1980d00dba724a77dd6660f88a37e5b5 ) )
21+ * ** internal:** grammar fix (it's -> ; its) ([ 762cdbb] ( https://github.com/logchimp/logchimp-go/commit/762cdbb9fe5cee144fe130cd8fd53ee968129058 ) )
22+
323## 0.0.2 (2025-10-10)
424
525Full Changelog: [ v0.0.1...v0.0.2] ( https://github.com/logchimp/logchimp-go/compare/v0.0.1...v0.0.2 )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Or to pin the version:
2828<!-- x-release-please-start-version -->
2929
3030``` sh
31- go get -u
' github.com/logchimp/[email protected] .2 ' 31+ go get -u
' github.com/logchimp/[email protected] .3 ' 3232```
3333
3434<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.0.2 " // x-release-please-version
5+ const PackageVersion = "0.0.3 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments