mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-08 05:03:47 -05:00
bump(release): v0.11.1 → v0.12.0
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,3 +1,17 @@
|
||||
## v0.12.0 (2023-05-17)
|
||||
|
||||
### Feat
|
||||
|
||||
- greatly improve capturing all formats of inline metadata (#41)
|
||||
- greatly improve capturing metadata all formats of inline metadata
|
||||
|
||||
### Fix
|
||||
|
||||
- allow markdown inline code in metadata values
|
||||
- only ask for valid metadata types when adding new metadata
|
||||
- convert charsets to utf-8 when necessary (#32)
|
||||
- improve TOML error handing and docs for Windows paths (#31)
|
||||
|
||||
## v0.11.1 (2023-03-29)
|
||||
|
||||
### Fix
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
name = "obsidian-metadata"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/natelandau/obsidian-metadata"
|
||||
version = "0.11.1"
|
||||
version = "0.12.0"
|
||||
|
||||
[tool.poetry.scripts] # https://python-poetry.org/docs/pyproject/#scripts
|
||||
obsidian-metadata = "obsidian_metadata.cli:app"
|
||||
@@ -59,7 +59,7 @@
|
||||
changelog_incremental = true
|
||||
tag_format = "v$version"
|
||||
update_changelog_on_bump = true
|
||||
version = "0.11.1"
|
||||
version = "0.12.0"
|
||||
version_files = ["pyproject.toml:version", "src/obsidian_metadata/__version__.py:__version__"]
|
||||
|
||||
[tool.coverage.report] # https://coverage.readthedocs.io/en/latest/config.html#report
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
"""obsidian-metadata version."""
|
||||
__version__ = "0.11.1"
|
||||
__version__ = "0.12.0"
|
||||
|
||||
Reference in New Issue
Block a user