Skip to content

Releases: mathiasror/abacus

v0.2.1

05 Mar 08:50
Immutable release. Only release title and notes can be modified.
9ae544b

Choose a tag to compare

v0.1.6

20 Jan 06:50
Immutable release. Only release title and notes can be modified.
fa2e6c3

Choose a tag to compare

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

04 Dec 12:59
Immutable release. Only release title and notes can be modified.
3a9f8d1

Choose a tag to compare

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

26 Nov 09:15
Immutable release. Only release title and notes can be modified.
619fad9

Choose a tag to compare

Even more bug fixes and improvements

v0.1.3

21 Nov 11:30
Immutable release. Only release title and notes can be modified.
1bffd85

Choose a tag to compare

Bug fixes and improvements

v0.1.2

20 Nov 10:08
Immutable release. Only release title and notes can be modified.
0f6d370

Choose a tag to compare

Initial release