Skip to content

Commit 1f7f5c7

Browse files
committed
Write changelog
1 parent d421fc9 commit 1f7f5c7

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# [Unreleased]
2-
**Full Changelog**: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.7.1...main
2+
**Full Changelog**: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.7.2...main
3+
4+
# [v0.7.2](https://github.com/ruby-go-gem/go-gem-wrapper/releases/tag/v0.7.2) - 2025-03-07
5+
## Go
6+
### Bugfixes
7+
* Treat `RSTRING_END` return value as a `char*` instead of `string` by @sue445 in https://github.com/ruby-go-gem/go-gem-wrapper/pull/281
8+
9+
### Other changes
10+
* Fix typo in godoc by @sue445 in https://github.com/ruby-go-gem/go-gem-wrapper/pull/280
11+
12+
## Ruby
13+
* No changes
14+
15+
## ruby_h_to_go
16+
### Bugfixes
17+
* Treat `RSTRING_END` return value as a `char*` instead of `string` by @sue445 in https://github.com/ruby-go-gem/go-gem-wrapper/pull/281
18+
19+
## Other
20+
### Other changes
21+
* Update rbs_collection.lock.yaml by @ruby-go-gem-bot in https://github.com/ruby-go-gem/go-gem-wrapper/pull/277
22+
* [CVE-2025-27221] Upgrade to uri 1.0.3 by @sue445 in https://github.com/ruby-go-gem/go-gem-wrapper/pull/278
23+
24+
**Full Changelog**: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.7.1...v0.7.2
325

426
# [v0.7.1](https://github.com/ruby-go-gem/go-gem-wrapper/releases/tag/v0.7.1) - 2025-02-26
527
## Go

0 commit comments

Comments
 (0)