Skip to content

Releases: tamatebako/tebako

Version 0.9.1

03 Oct 22:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

Version 0.9.0

03 Oct 14:54
Compare
Choose a tag to compare

What's Changed

  • feat: An option to mount host folder to tebako memfs (Ruby on Rails support requirement)

Full Changelog: v0.8.8...v0.9.0

Version 0.8.8

02 Oct 15:43
Compare
Choose a tag to compare

What's Changed

  • doc: added 'package portability' section by @maxirmx in #199
  • fix: yet another one fmt version issue by @maxirmx in #200
  • feat: dispatch 'tebako release' event to tebako-ci-containers repository by @maxirmx in #201

Full Changelog: v0.8.7...v0.8.8

Version 0.8.7

03 Sep 11:55
Compare
Choose a tag to compare

What's Changed

  • Support patchelf option when clang/llvm toolchain is used for paclaging @maxirmx in #198
    Using patchelf fork by @chitao1234

Full Changelog: v0.8.6...v0.8.7

Version 0.8.6

02 Sep 13:19
Compare
Choose a tag to compare

What's Changed

  • Implemented optional patching of Tebako packages created on Ubuntu. This patching remove GLIBC_PRIVATE reference and allows to use tebako package on Gnu Linux systems with differenc versions of glibc. This feauture is experimantal. Thanks to @d4rky-pl for research and solution proposal.

Full Changelog: v0.8.5...v0.8.6

Version 0.8.5

31 Aug 13:34
Compare
Choose a tag to compare

What's Changed

  • fix: ensure bundled fmt includes have priority over system/homebrew (fix for #193)
  • feat: use native extensions for musl (Alpine) packaging (fix for #192)