Skip to content

Tags: RustLanguage/trane

Tags

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version and remove windows and macos builds from test workflow. (

trane-project#13)

v0.2.1

Toggle v0.2.1's commit message
Update version

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Store uids instead of IDs in practice stats DB. (trane-project#6)

Size grows quickly if the raw IDs are stored in every row. Instead, have
a table of uids which store the IDs and have the other table reference
it when looking up scores.

Breaking change. DBs created in previous versions won't work.

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix lint issues (trane-project#5)

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version to 0.1.1 (trane-project#3)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add metadata to Cargo.toml before release. (trane-project#1)