Releases: mathiasror/abacus
Releases · mathiasror/abacus
v0.2.1
Immutable
release. Only release title and notes can be modified.
Full Changelog: v0.2.0...v0.2.1
v0.1.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat/integer literals by @cyanboy in #14
Added support for multiple integer literal types
- Hexadecimal ->
0xdeadbeef - Octal ->
0o73 - Binary ->
0b1010
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- add metadata to Cargo.toml by @cyanboy in #5
- Switch REPL and CLI coloring to the colored crate for Windows-friendy ANSI by @cyanboy in #6
- fix: remove codecov workflow by @cyanboy in #10
- fix: enforce strict equality and harden cli output checks by @cyanboy in #9
- feat: make recursion limit configurable and fail safely by @cyanboy in #11
- Add release workflow for multi-platform builds by @cyanboy in #13
Full Changelog: v0.1.2...v0.1.5
v0.1.4
Immutable
release. Only release title and notes can be modified.
Even more bug fixes and improvements
v0.1.3
Immutable
release. Only release title and notes can be modified.
Bug fixes and improvements
v0.1.2
Immutable
release. Only release title and notes can be modified.
Initial release