Skip to content

Releases: dathere/ckanaction

0.1.2

23 Dec 15:39

Choose a tag to compare

Same as release 0.1.1, just updating the Cargo.toml file's version to 0.1.2 for crates.io and excluding /docs from the published crate:

0.1.1 release notes:

  • Fixed some endpoints incorrectly passing insert instead of id as the key for the endpoint's id argument
  • Refactored code with declarative macros
  • Ignoring the existing test as it's a test meant to be modified and ran locally for now

Also view the new ckanaction web app: ckanaction.dathere.com

0.1.1

23 Dec 15:31

Choose a tag to compare

In this release v0.1.1:

  • Fixed some endpoints incorrectly passing insert instead of id as the key for the endpoint's id argument
  • Refactored code with declarative macros
  • Ignoring the existing test as it's a test meant to be modified and ran locally for now

Also view the new ckanaction web app: ckanaction.dathere.com

0.1.0

02 May 21:05
7b8ba68

Choose a tag to compare

Initial release of the ckanaction crate, a Rust API wrapper of the CKAN Actions v3 API.

Add the library to your project with the following command:

cargo add ckanaction