Release 0.3.2
This commit is contained in:
parent
f43a98478a
commit
0ea38bf267
4 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## [0.3.2](https://github.com/hellux/jotdown/releases/tag/0.3.2) - 2023-09-06
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Alphabetic list markers can only be one character long.
|
||||||
|
|
||||||
## [0.3.1](https://github.com/hellux/jotdown/releases/tag/0.3.1) - 2023-08-05
|
## [0.3.1](https://github.com/hellux/jotdown/releases/tag/0.3.1) - 2023-08-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -263,11 +263,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jotdown"
|
name = "jotdown"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jotdown_wasm"
|
name = "jotdown_wasm"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"git2",
|
"git2",
|
||||||
"jotdown",
|
"jotdown",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "jotdown"
|
name = "jotdown"
|
||||||
description = "A parser for the Djot markup language"
|
description = "A parser for the Djot markup language"
|
||||||
authors = ["Noah Hellman <noah@hllmn.net>"]
|
authors = ["Noah Hellman <noah@hllmn.net>"]
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["djot", "markup"]
|
keywords = ["djot", "markup"]
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "jotdown_wasm"
|
||||||
description = "Web demo of Jotdown"
|
description = "Web demo of Jotdown"
|
||||||
authors = ["Noah Hellman <noah@hllmn.net>"]
|
authors = ["Noah Hellman <noah@hllmn.net>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://hllmn.net/projects/jotdown"
|
homepage = "https://hllmn.net/projects/jotdown"
|
||||||
repository = "https://github.com/hellux/jotdown"
|
repository = "https://github.com/hellux/jotdown"
|
||||||
|
|
Loading…
Reference in a new issue