Release v0.5.1
This commit is contained in:
parent
e6fc611b58
commit
63186b4370
12
CHANGES.md
12
CHANGES.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.5.1 (2021-01-10)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* Find uppercased notes when referenced with lowercase. [Nick Groenen]
|
||||||
|
|
||||||
|
This commit fixes a bug where, if a note contained uppercase characters
|
||||||
|
(for example `Note.md`) but was referred to using lowercase
|
||||||
|
(`[[note]]`), that note would not be found.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.5.0 (2021-01-05)
|
## v0.5.0 (2021-01-05)
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -297,7 +297,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "obsidian-export"
|
name = "obsidian-export"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eyre",
|
"eyre",
|
||||||
"gumdrop",
|
"gumdrop",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "obsidian-export"
|
name = "obsidian-export"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = ["Nick Groenen <nick@groenen.me>"]
|
authors = ["Nick Groenen <nick@groenen.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.5.1 (2021-01-10)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* Find uppercased notes when referenced with lowercase. \[Nick Groenen]
|
||||||
|
|
||||||
|
This commit fixes a bug where, if a note contained uppercase characters
|
||||||
|
(for example `Note.md`) but was referred to using lowercase
|
||||||
|
(`[[note]]`), that note would not be found.
|
||||||
|
|
||||||
## v0.5.0 (2021-01-05)
|
## v0.5.0 (2021-01-05)
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
Loading…
Reference in New Issue
Block a user