Skip to content

Files

Latest commit

1f7f5c7 · Mar 6, 2025

History

History
287 lines (211 loc) · 11 KB

CHANGELOG.md

File metadata and controls

287 lines (211 loc) · 11 KB

[Unreleased]

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.7.2...main

v0.7.2 - 2025-03-07

Go

Bugfixes

  • Treat RSTRING_END return value as a char* instead of string by @sue445 in #281

Other changes

  • Fix typo in godoc by @sue445 in #280

Ruby

  • No changes

ruby_h_to_go

Bugfixes

  • Treat RSTRING_END return value as a char* instead of string by @sue445 in #281

Other

Other changes

  • Update rbs_collection.lock.yaml by @ruby-go-gem-bot in #277
  • [CVE-2025-27221] Upgrade to uri 1.0.3 by @sue445 in #278

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.7.1...v0.7.2

v0.7.1 - 2025-02-26

Go

Bugfixes

Other changes

  • Bump rubocop from 1.71.2 to 1.72.1 by @dependabot in #274

Ruby

Other changes

  • Bump rubocop from 1.70.0 to 1.71.0 by @dependabot in #261
  • Bump rubocop from 1.71.0 to 1.71.1 by @dependabot in #263
  • Bump steep from 1.9.3 to 1.9.4 by @dependabot in #267
  • Bump rubocop from 1.71.1 to 1.71.2 by @dependabot in #268
  • Bump rubocop from 1.71.2 to 1.72.1 by @dependabot in #274
  • Bump rubocop from 1.72.1 to 1.72.2 by @dependabot in #275

ruby_h_to_go

Bugfixes

Other

Other changes

  • Update rbs_collection.lock.yaml by @ruby-go-gem-bot in #262

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.7.0...v0.7.1

v0.7.0 - 2025-01-24

Go

  • No changes

Ruby

New Features

  • Add go_build_args to GoGem::Mkmf#create_go_makefile by @sue445 in #260

Other changes

  • Update example for golangci-lint by @sue445 in #246
  • Bump rubocop from 1.69.2 to 1.70.0 by @dependabot in #251
  • Refactor go_gem by @sue445 in #259

ruby_h_to_go

  • No changes

Other

Other changes

  • Update rbs_collection.lock.yaml by @ruby-go-gem-bot in #248

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.6.0...v0.7.0

v0.6.0 - 2025-01-07

Go

New Features

  • Support Ruby 3.4 by @sue445 in #244

Ruby

New Features

  • Support Ruby 3.4 by @sue445 in #244

Other changes

  • Bump test-unit from 3.6.4 to 3.6.5 by @dependabot in #229
  • Bump steep from 1.9.0 to 1.9.1 by @dependabot in #231
  • Bump rubocop from 1.69.1 to 1.69.2 by @dependabot in #230
  • Bump test-unit from 3.6.5 to 3.6.7 by @dependabot in #237
  • Bump steep from 1.9.1 to 1.9.2 by @dependabot in #238
  • Bump steep from 1.9.2 to 1.9.3 by @dependabot in #240
  • Bump rake-compiler from 1.2.8 to 1.2.9 by @dependabot in #243

ruby_h_to_go

New Features

  • Support Ruby 3.4 by @sue445 in #244

Other

Other changes

  • Update rbs_collection.lock.yaml by @ruby-go-gem-bot in #242

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.5.1...HEAD

v0.5.1 - 2024-12-15

Go

Other changes

  • Change arg of rb_gc_register_address and rb_gc_unregister_address to in_ref by @sue445 in #228

Ruby

Other changes

  • Bump test-unit from 3.6.3 to 3.6.4 by @dependabot in #225
  • Bump rubocop from 1.68.0 to 1.69.0 by @dependabot in #224
  • Bump rubocop from 1.69.0 to 1.69.1 by @dependabot in #227
  • Bump steep from 1.8.3 to 1.9.0 by @dependabot in #226

ruby_h_to_go

  • No changes

Other

Other changes

  • Update rbs_collection.lock.yaml by @ruby-go-gem-bot in #223

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.5.0...v0.5.1

v0.5.0 - 2024-11-26

Go

Other changes

  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #221

Ruby

New Features

  • Define build_envs task at GoGem::RakeTask by @sue445 in #222

Other changes

  • Bump test-unit from 3.6.2 to 3.6.3 by @dependabot in #220

ruby_h_to_go

  • No changes

Other

  • No changes

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.4.0...v0.5.0

v0.4.0 - 2024-11-24

Go

New Features

  • Add RARRAY_ functions by @sue445 in #219

Ruby

  • No changes

ruby_h_to_go

Bugfixes

  • Fix cannot load such file -- ruby_h_to_go/cli (LoadError) in rake ruby_h_to_go by @sue445 in #218

Other

Bugfixes

  • Suppress empty content in CHANGELOG by @sue445 in #216

Other changes

  • Tweak doc by @sue445 in #217

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.3.0...v0.4.0

v0.3.0 - 2024-11-21

Go

  • No changes

Ruby

New Features

  • Add rbs to go_gem gem by @sue445 in #215
  • Add rake task helper for go by @sue445 in #214

ruby_h_to_go

  • No changes

Other

Bugfixes

  • Fix changelog_generator on CI by @sue445 in #212

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.2.4...v0.3.0

v0.2.4 - 2024-11-16

Go

  • No changes

Ruby

Other changes

  • Strictly source_code_uri for rubygems.org by @sue445 in #209
  • Rename directories not related to Go build by @sue445 in #208
  • Bump rspec-its from 1.3.1 to 2.0.0 by @dependabot in #207
  • Bump rubocop from 1.67.0 to 1.68.0 by @dependabot in #206
  • Bump steep from 1.8.2 to 1.8.3 by @dependabot in #205

ruby_h_to_go

  • No changes

Other

Other changes

  • Tweak doc by @sue445 in #204
  • Write doc by @sue445 in #203

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.2.3...v0.2.4

v0.2.3 - 2024-11-02

Go

  • No changes

Ruby

  • No changes

ruby_h_to_go

  • No changes

Other

Bugfixes

  • Fix release workflow by @sue445 in #201

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.2.3.alpha1...v0.2.3

v0.2.3.alpha1 - 2024-11-02

Go

  • No changes

Ruby

  • No changes

ruby_h_to_go

  • No changes

Other

Other changes

  • Fix release workflow by @sue445 in #200

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.2.2...HEAD

v0.2.2 - 2024-11-02

Go

  • No changes

Ruby

  • No changes

ruby_h_to_go

  • No changes

Other

Bugfixes

  • Fix release workflow by @sue445 in #199

Other changes

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.2.1...HEAD

v0.2.1 - 2024-11-02

Go

  • No changes

Ruby

Other changes

  • Bump rspec-its from 1.3.0 to 1.3.1 by @dependabot in #192
  • Bump steep from 1.8.1 to 1.8.2 by @dependabot in #193
  • Bump ruby_header_parser from 0.1.0 to 0.2.0 by @dependabot in #191

ruby_h_to_go

  • No changes

Other

Other changes

  • Update rbs_collection.lock.yaml by @ruby-go-gem-bot in #198
  • Update rbs_collection.lock.yaml by @ruby-go-gem-bot in #190

Full Changelog: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.2.0...HEAD

v0.2.0 - 2024-10-20

go-module

  • Transfer to ruby-go-gem org #188

go_gem

  • Transfer to ruby-go-gem org #188
  • Update dependencies

ruby_h_to_go

  • Migrate to gemified ruby_header_parser #185

v0.1.0 - 2024-10-09

  • Initial release