Skip to content

Cork v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 10:16
· 8 commits to main since this release
  • Added bitwise operators: & (AND), | (OR), ^ (XOR) [Thank you @HomoElectromagneticus!]
  • Fixed bug where 0 would be rendered in non-decimal bases with only radix. Also, fixed binary radix rendering from Ox to 0x. [Thank you @Zenithsiz!]