We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f7bf4 commit 39adceeCopy full SHA for 39adcee
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# Changelog
2
+
3
+## 0.1.1
4
5
+- Functionality wise there's no change since `0.1.0`
6
+- Upgraded rust toolchain for test jobs and added workflow for
7
+ publishing release artifacts on github (for x86 linux and MacOS)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tapestry"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments