Skip to content

Commit 996ecb2

Browse files
committed
release v0.1.0
1 parent cc550d3 commit 996ecb2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## [v0.1.0] - 2020-11-17
4+
- Initial release.
5+
6+
[v0.1.0]: https://github.com/libra/lcs/releases/tag/v0.1.0

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "libra-canonical-serialization"
33
version = "0.1.0"
44
authors = ["Libra Association <[email protected]>"]
55
description = "Libra Canonical Serialization (LCS)"
6-
repository = "https://github.com/libra/libra"
7-
homepage = "https://libra.org"
6+
documentation = "https://docs.rs/libra-canonical-serialization"
7+
repository = "https://github.com/libra/lcs"
8+
readme = "README.md"
89
license = "Apache-2.0"
9-
publish = false
1010
edition = "2018"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)