Skip to content

Releases: contriboss/ore-light

v0.27.2

17 Feb 11:44
811cee6

Choose a tag to compare

0.27.2 (2026-02-17)

Bug Fixes

Miscellaneous Chores

v0.27.1

17 Feb 11:23
a32a29d

Choose a tag to compare

0.27.1 (2026-02-17)

Bug Fixes

Miscellaneous Chores

v0.27.0

17 Feb 08:57
e5e6a3c

Choose a tag to compare

0.27.0 (2026-02-17)

Features

  • upgrade to gemfile-go v0.15.0 (85d5ecb)
  • upgrade to gemfile-go v0.15.0 (0042e7b)

v0.26.0

11 Feb 03:03
8b4de9c

Choose a tag to compare

0.26.0 (2026-02-11)

Miscellaneous Chores

v0.25.3

10 Feb 23:49
2434406

Choose a tag to compare

0.25.3 (2026-02-10)

Bug Fixes

  • install: preserve .git and validate checkout for git gems (3399829), closes #87

v0.25.2

10 Feb 23:11
179a2af

Choose a tag to compare

0.25.2 (2026-02-10)

Bug Fixes

  • remove incorrect rubyScope path duplication in git/path gem installation (e91846b)

v0.25.1

10 Feb 02:15
9b52585

Choose a tag to compare

0.25.1 (2026-02-10)

⚠ BREAKING CHANGES

  • drop Windows support and implement XDG Base Directory Specification (#19)

Features

  • ⬆️ Consistent support for -gemfile (and -lockfile) (b080b01)
  • ⬆️ Support -gemfile (and -lockfile where applicable) flag across all relevant commands (db6a56f)
  • ⬆️ Support gems.rb => gems.locked (14de047)
  • ⬆️ Support gems.rb => gems.locked (33b52ee)
  • ⬆️ Upgrade to gemfile-go v0.10.0 w/ single group/platform support (77f7c9f)
  • ⬆️ Upgrade to gemfile-go v0.10.0 w/ single group/platform support (3bbdd6e)
  • ⬆️ Upgrade to gemfile-go v0.9.0 w/ hash rocket support (bfaf3f5)
  • ⬆️ Upgrade to gemfile-go v0.9.0 w/ hash rocket support (86ce552)
  • Add BUNDLE_GEMFILE environment variable support (#56) (c69f8ed)
  • add compact index support with cache freshness optimization (dba03fb)
  • Add gem source fallback mechanism for v0.1.1 (df0af4f)
  • add gemspec directive support (378d6b3)
  • add interactive TUI for outdated command with performance improvements (7705ed3)
  • Add ore audit licenses command (02c21bd)
  • Add ore browse command (59270ec)
  • Add ore gems command (0812ecf)
  • Add ore open command (d38ed8d)
  • Add ore pristine command (43caf97)
  • Add ore search command (a57dc88)
  • Add ore stats command (f983553)
  • Add ore why command (271ce3a)
  • add self-update command (9077b93)
  • add structured logging with slog (46b29b8)
  • Add tests & documentation (5d9978f)
  • Default mage install to ~/.local/bin for better UX (d7d7c73)
  • Display post-install messages after gem installation (e4e3288)
  • drop Windows support and implement XDG Base Directory Specification (#19) (a713d55)
  • enhance browse command with summaries and detail view (adf7acf)
  • export default command wrappers via internal/runtime package (#29) (d5df403)
  • generate lockfile when needed (#58) (2e105c3)
  • improve lock mechanism to work with bundler 4 (#42) (a4bacdf)
  • migrate from tinyrange/pubgrub to pubgrub-go (b61091c)
  • refactor all command handlers into commands package (#27) (b13dce9)
  • replace exec git commands with go-git library for shallow clone support (134e9a6)
  • replace go-github-selfupdate with contriboss/go-update (#54) (aaf70a1)
  • Resolve all TODO items in codebase (0e5b785)
  • sources: add mirrors and conditional downloads (b6116da)
  • unify vendor dir detection with BUNDLE_PATH support (6704748)
  • update gemlock format and fix scope (#35) (8af7c55)
  • upgrade to ruby-extension-go v0.1.0 with tool checking (651ae6d)
  • use global gems by default like Bundler (no Ruby required) (a93795a)

Bug Fixes

  • 🐛 debugging (fcc7f43)
  • 🐛 Keep platform aligned with lockfile during gemspec generation (260d498)
  • 🐛 make ore binstubs Ruby and bundle-aware (bb93707)
  • 🐛 Prevent default_executable from polluting gemspecs (d9f4084)
  • 🐛 relative path resolution for "path" gems in lockfile (84ebdc1)
  • 🐛 relative path resolution for "path" gems in lockfile (d8f5cc2)
  • 🐛 Treat BUNDLE_PATH gem homes as fully scoped (d16d452)
  • 🐛 validate gemspec stub platform during install (fe69fcd)
  • 🐛 wrap ore binstubs with sh exec (9516df1)
  • Add Bundler-compatible installation paths and config command (3647131)
  • Add missing go.sum entries for bubbles dependencies (eb653cc)
  • avoid mutation of gnu/musl (be45de5)
  • bug in github fetch and improve downloader. (#34) (2800cf4)
  • correct ore exec description - requires bundle exec (5595f66)
  • detect gem paths for mise/asdf/rbenv version managers (354afb1)
  • embed release builds directly in release-please workflow (3c8dcef)
  • exit non-zero on extension failures and support version-constrained build deps (#39) (218e976)
  • Extension Building Logic (883ebab)
  • fix detection version in docker (ee583d7)
  • increase download timeout to 2.5 minutes for large gems (00e77c1)
  • Linux libc variant (gnu/musl...
Read more

v0.25.0

08 Feb 11:27
660f3b2

Choose a tag to compare

0.25.0 (2026-02-08)

Features

  • ⬆️ Support gems.rb => gems.locked (14de047)
  • ⬆️ Support gems.rb => gems.locked (33b52ee)

v0.24.0

08 Feb 10:53
650d583

Choose a tag to compare

0.24.0 (2026-02-08)

Features

  • ⬆️ Consistent support for -gemfile (and -lockfile) (b080b01)
  • ⬆️ Support -gemfile (and -lockfile where applicable) flag across all relevant commands (db6a56f)

v0.23.0

08 Feb 09:49
7944c46

Choose a tag to compare

0.23.0 (2026-02-08)

Features

  • ⬆️ Upgrade to gemfile-go v0.10.0 w/ single group/platform support (77f7c9f)
  • ⬆️ Upgrade to gemfile-go v0.10.0 w/ single group/platform support (3bbdd6e)