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 8e766f8 commit 5f3f161Copy full SHA for 5f3f161
README.md
@@ -59,4 +59,8 @@ cargo build
59
60
[YRV](https://github.com/pateketrueke/yrv)
61
62
-[Bulma](https://bulma.io)
+[Bulma](https://bulma.io)
63
+
64
+## Change Log
65
+v0.1.3: Added authentication example with private cookies
66
+v0.1.2: Added Bulma CSS styling
cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "svelte-on-rust"
3
-version = "0.1.2"
+version = "0.1.3"
4
authors = ["Sachin Bhutani <[email protected]>"]
5
edition = "2018"
6
0 commit comments