Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

45 lines (39 loc) · 2.87 KB

2021-09-12, Version v0.2.0

Commits

  • [b8ae60b369] (cargo-release) version 0.2.0 (Bruno Tavares)
  • [740c4806fb] Add a changelog (Bruno Tavares)
  • [7bb15a3acf] Merge pull request #1 from paolobarbolini/master (Bruno Tavares)
  • [719ebb7d43] Bump crossbeam and switch to crossbeam-utils (Paolo Barbolini)
  • [f9e277e900] Fix urls (Bruno Tavares)

Stats

 CHANGELOG.md | 27 +++++++++++++++++++++++++++
 Cargo.toml   | 12 ++++++------
 README.md    |  4 ++--
 src/shim.rs  |  2 +-
 4 files changed, 36 insertions(+), 9 deletions(-)

2020-05-20, Version 0.1.0

Commits

  • [3a0fe4e1ec] Link things to their places (Bruno Tavares)
  • [ed24aca271] Fix ci and add badge status (Bruno Tavares)
  • [429b1558e7] Fix cargo clippy on ci (Bruno Tavares)
  • [00e1c69a71] Prepare for publication (Bruno Tavares)
  • [dcdc35dd1b] Rename checks.yml to main.yml (Bruno Tavares)
  • [70744ec58a] Document test and fix lints (Bruno Tavares)
  • [91584c3174] Document and setup (Bruno Tavares)
  • [74eb0ec996] Hold lock during operations (Bruno Tavares)
  • [66e7049125] Initial commit (Bruno Tavares)

Stats

 .github/workflows/cross_compile.yml |  29 +-
 .github/workflows/main.yml          |  80 ++++-
 .gitignore                          |   2 +-
 Cargo.toml                          |  23 +-
 LICENSE-APACHE                      | 201 +++++++++-
 LICENSE-MIT                         |  21 +-
 README.md                           | 105 +++++-
 src/lib.rs                          |  62 +++-
 src/shim.rs                         | 828 +++++++++++++++++++++++++++++++++++++-
 9 files changed, 1351 insertions(+)