Skip to content

Numbrs v1.3.1

Compare
Choose a tag to compare
@kdkasad kdkasad released this 09 Jan 00:35
· 44 commits to master since this release
v1.3.1
a472cbd
Changes since v1.3.0
---

Application changes:

 * Implement tab completion for identifiers
 * Don't give implicit operations higher binding power
 * Define default constants as varibles instead of units

Library changes:

 * Make fields of Quantity struct public
 * Make fields of Runtime struct public

Development changes:

 * Use Swatinem/rust-cache action in "build" CI workflow
 * Move binary application sources into src/bin/numbrs/ directory