Skip to content

Releases: fabiomontefuscolo/rtpl

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 19 Apr 12:38

Full Changelog: v0.2.1...v0.2.3

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Apr 09:09

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 19 Apr 08:52

Full Changelog: v0.2...v0.2.1

v0.2

Choose a tag to compare

@fabiomontefuscolo fabiomontefuscolo released this 01 Mar 18:14

Full Changelog: v0.1...v0.2

Test release

Choose a tag to compare

@fabiomontefuscolo fabiomontefuscolo released this 01 Mar 16:29
feat: conditional binary stripping - only strip on tagged releases

- Keep debug symbols for main branch builds (easier debugging)
- Strip symbols only for version tags (smaller release artifacts)
- Update all documentation to reflect this behavior