mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-15 16:33:48 -05:00
bump(release): v0.1.1 → v0.2.0
This commit is contained in:
@@ -89,9 +89,9 @@
|
|||||||
"remoteUser": "vscode",
|
"remoteUser": "vscode",
|
||||||
"postCreateCommand": "bash ./.devcontainer/post-install.sh",
|
"postCreateCommand": "bash ./.devcontainer/post-install.sh",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
// "source=${localEnv:HOME}/.git_stop_words,target=/home/vscode/.git_stop_words,type=bind,consistency=cached",
|
"source=${localEnv:HOME}/.git_stop_words,target=/home/vscode/.git_stop_words,type=bind,consistency=cached",
|
||||||
// "source=${localEnv:HOME}/.gitconfig.local,target=/home/vscode/.gitconfig.local,type=bind,consistency=cached",
|
"source=${localEnv:HOME}/.gitconfig.local,target=/home/vscode/.gitconfig.local,type=bind,consistency=cached",
|
||||||
// "source=${localEnv:HOME}/tmp,target=/home/vscode/tmp,type=bind"
|
"source=${localEnv:HOME}/tmp,target=/home/vscode/tmp,type=bind"
|
||||||
]
|
]
|
||||||
|
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
|
|||||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,3 +1,13 @@
|
|||||||
|
## v0.2.0 (2023-01-25)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **configuration**: support multiple vaults in the configuration file (#6)
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- **application**: refactor questions to separate class (#7)
|
||||||
|
|
||||||
## v0.1.1 (2023-01-23)
|
## v0.1.1 (2023-01-23)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
name = "obsidian-metadata"
|
name = "obsidian-metadata"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/natelandau/obsidian-metadata"
|
repository = "https://github.com/natelandau/obsidian-metadata"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
|
|
||||||
[tool.poetry.scripts] # https://python-poetry.org/docs/pyproject/#scripts
|
[tool.poetry.scripts] # https://python-poetry.org/docs/pyproject/#scripts
|
||||||
obsidian-metadata = "obsidian_metadata.cli:app"
|
obsidian-metadata = "obsidian_metadata.cli:app"
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
bump_message = "bump(release): v$current_version → v$new_version"
|
bump_message = "bump(release): v$current_version → v$new_version"
|
||||||
tag_format = "v$version"
|
tag_format = "v$version"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
version_files = [
|
version_files = [
|
||||||
"pyproject.toml:version",
|
"pyproject.toml:version",
|
||||||
"src/obsidian_metadata/__version__.py:__version__",
|
"src/obsidian_metadata/__version__.py:__version__",
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
"""obsidian-metadata version."""
|
"""obsidian-metadata version."""
|
||||||
__version__ = "0.1.1"
|
__version__ = "0.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user