Skip to content

Releases: ImperialBower/cardpack.rs

Minor Linting Fixes

23 Mar 01:13
bcb3f1e
Compare
Choose a tag to compare
  1. Fixed new Clippy linting issues
  2. Added semver-checks to repo's GitHub action

Updated to Rust 1.70

17 Dec 23:25
c03a102
Compare
Choose a tag to compare
  • Added devcontainer
  • Bumped msrv to 1.70
  • Updated version to 0.5.0
  • Upgraded dependencies

Bumped Actions and MSRV to 1.66

03 Oct 17:22
e1f980f
Compare
Choose a tag to compare
v0.4.20

Version 0.4.20

Fixing Pulled Downstream Deps

11 Jun 18:00
44f0965
Compare
Choose a tag to compare

Added latest versions of Spin and Flume crates to deal with pulled downstream deps in Fluent Templates.

Bumped Fluent Templates

11 Jun 17:46
3ffbf54
Compare
Choose a tag to compare
  • Updated Fluent Templates to version 0.8.0 to handle some pulled downstream dependencies.
  • Updated code to latest Clippy standards.

Migrated Org

11 Mar 21:39
8aa091c
Compare
Choose a tag to compare
v0.4.17

Version 0.4.17

Switched to Apache License

04 Mar 19:44
81074cc
Compare
Choose a tag to compare

Updates this release:

  • Merged in "Added insert() API to cards.rs" PR
  • Updated GitHub Actions
  • Switched to Apache 2.0 License
  • Fixed badges
  • Updated Fluent Templates to version 0.7.1.
  • Updated RSTest to version 0.16.0.
  • Updated minimum Rust version to 1.63.

Note: Was unable to update Fluent Templates to version 0.8.0. Generates this error:

error[E0308]: mismatched types
  --> src/fluent/named.rs:29:9
   |
27 |     fn fluent_value(&self, key_section: &str, lid: &LanguageIdentifier) -> std::string::String {
   |                                                                            ------------------- expected `std::string::String` because of return type
28 |         let id = format!("{}-{}", self.name(), key_section);
29 |         LOCALES.lookup(lid, id.as_str())
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `Option`
   |
   = note: expected struct `std::string::String`
                found enum `Option<std::string::String>`

Suit.binary_signature_revised()

04 Feb 18:10
Compare
Choose a tag to compare
v0.4.14

version 0.4.14

More Standard52 utility methods

29 Jan 14:05
29e8ef3
Compare
Choose a tag to compare

Added Standard52::card_from_string()

Lowercase Index Strings BUGFIX

19 Jan 04:26
6603a88
Compare
Choose a tag to compare
v0.4.12

version 0.4.12