Skip to content

Releases: rustbase/dustdata

DustData v2.0.0-beta.4

28 May 00:09
Compare
Choose a tag to compare
Pre-release

DustData v2.0.0-beta.3

24 Mar 17:22
Compare
Choose a tag to compare
Pre-release

DustData v2.0.0-beta.2

20 Feb 20:39
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add write ahead log
  • Add start_lazy function

To update:

  • Add the following line to your Cargo.toml:
[dependencies]
dustdata = "2.0.0-beta.2"

or

  • Run the following Cargo command in your project directory
cargo add dustdata@2.0.0-beta.2

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

DustData v2.0.0-beta.1

13 Feb 20:09
Compare
Choose a tag to compare
Pre-release

DustData v2.0.0-beta.0

23 May 01:05
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.3.2...v2.0.0-beta.0

DustData v1.3.2

19 Feb 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

DustData v1.3.1

24 Jan 23:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

DustData v1.3.0

24 Jan 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

18 Jan 18:03
Compare
Choose a tag to compare

To update:

  • Add the following line to your Cargo.toml:
[dependencies]
dustdata = "1.2.1"

or

  • Run the following Cargo command in your project directory
cargo add dustdata@1.2.1

Full Changelog: v1.2.0...v1.2.1

DustData v1.2.0

18 Jan 16:05
Compare
Choose a tag to compare

To update:

  • Add the following line to your Cargo.toml:
[dependencies]
dustdata = "1.2.0"

or

  • Run the following Cargo command in your project directory
cargo add dustdata@1.2.0

What's Changed

Full Changelog: v1.1.0...v1.2.0