Skip to content

Commit

Permalink
chore: v0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Mar 29, 2023
1 parent 7f66b7e commit e2f15de
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
<a name="0.3.0"></a>
## 0.3.0 Violin Release (2023-03-29)

### Features

* add fallible update ([7f66b7e9](https://github.com/kbknapp/violin/commit/7f66b7e940d191ab1dc5fa50de1250474feb6ee0))
* converge on mutliple stable coordinates ([e19d36e3](https://github.com/kbknapp/violin/commit/e19d36e38be34ef87aba56310c2c0d2b9313fa2e))
* converge on stable coordinate ([2fc0e2ea](https://github.com/kbknapp/violin/commit/2fc0e2ea0a746f59ae8ad074ced73328a6e3b046))
* add ability to get and set error estimate ([72561da1](https://github.com/kbknapp/violin/commit/72561da1247114e864a121be03c3210fd4deed66))
* impl error with std feature ([34d47033](https://github.com/kbknapp/violin/commit/34d470336bee1bb447202be683c9fa59f11591ab))

### Documentation

* make docs match impl ([2ab18ec7](https://github.com/kbknapp/violin/commit/2ab18ec767ff27cd21189401f58851c4781bfb46))

<a name="0.2.0"></a>
## 0.2.0 (2022-10-27)


### Features

* Actual `no_std` support


<a name="0.1.0"></a>
## 0.1.0 (2022-10-25)


### Features

* Initial public release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "violin"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
description = "decentralized network coordinate system using the vivaldi algorithm"
documentation = "https://docs.rs/violin/"
Expand Down

0 comments on commit e2f15de

Please sign in to comment.