summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2022-02-07 22:08:51 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2022-02-07 22:08:51 +0800
commitc18299b367c81afabc4ce967e5a68ec1307beb50 (patch)
tree5a39575dd3cfd670049f8e5f9899fdbf09bb3b25
parent6514644ad620afa93a543092e19171341bdd7736 (diff)
bump up versions
-rw-r--r--Changelog.md11
-rw-r--r--packages/svgbob/Cargo.toml14
2 files changed, 16 insertions, 9 deletions
diff --git a/Changelog.md b/Changelog.md
index ce4cf0b..12dbd70 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,8 +1,15 @@
# Changelog
+## 0.6.3
+- move Settings to the top level of this crate
+
+## 0.6.2
+- Reorganize directory structure, update to sauron 0.43.4
+- reexport nalgebra, add logging on points ord
+
## 0.6.1
-Improve code readability on view by using arrays instead of vec
-Modify the algorithm for endorse such that circles and arcs are matched by their ascii art rather than their computed fragments, this way, it can intersect with other fragments
+- Improve code readability on view by using arrays instead of vec
+- Modify the algorithm for endorse such that circles and arcs are matched by their ascii art rather than their computed fragments, this way, it can intersect with other fragments
## 0.6.0
- Update to sauron 0.41.0
diff --git a/packages/svgbob/Cargo.toml b/packages/svgbob/Cargo.toml
index 078afed..fab15e2 100644
--- a/packages/svgbob/Cargo.toml
+++ b/packages/svgbob/Cargo.toml
@@ -10,15 +10,15 @@ keywords = ["ascii","plain","text", "svg", "bob"]
license = "Apache-2.0"
[dependencies]
-nalgebra = "0.29"
-parry2d = "0.7"
+nalgebra = "0.30.1"
+parry2d = "0.8.0"
lazy_static = "1.3.0"
-sauron = { version = "0.43.10", default-features = false}
+sauron = { version = "0.43.11", default-features = false}
#sauron = { version = "0.43.10", default-features = false, path = "../../../sauron"}
-unicode-width = "0.1.5"
-itertools = "0.8.0"
-pom = { version = "3.1.0" }
-log = "0.4"
+unicode-width = "0.1.9"
+itertools = "0.10.3"
+pom = { version = "3.2.0" }
+log = "0.4.14"