Skip to content

Commit 4343b6e

Browse files
committed
Merge branch 'main' of github.com:Mara-Li/mkdocs_embed_file_plugins
2 parents 70ba14c + 567e7b5 commit 4343b6e

File tree

5 files changed

+174
-137
lines changed

5 files changed

+174
-137
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.0.6 (2023-06-21)
6+
7+
### Fix
8+
9+
* Some path was wrong ([`debcfea`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/debcfeaf4ed0bbf84a86ddca8df2b3d29e873561))
10+
511
## v2.0.5 (2023-01-15)
612
### Fix
713
* Error using external links in markdown ([`1d43b17`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/1d43b171785a89799db2c089fa4af56168b08f5f))

Pipfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ mdx-wikilink-plus = "*"
1212
mkdocs-callouts = "*"
1313
mkdocs-custom-tags-attributes = "*"
1414
pymdown-extensions = "*"
15-
black = "*"
16-
ruff = "*"
15+
setuptools = "*"
1716

1817
[dev-packages]
1918

2019
[requires]
21-
python_version = "3.11"
20+
python_version = "3.12"
2221

2322
[scripts]
2423
black = "black ."
24+
build = "build"
25+
upload = "twine upload dist/*"
26+
version="semantic-release version"
27+
publish = "semantic-release publish"
28+
release = "pipenv run version && pipenv run upload && pipenv run publish"

0 commit comments

Comments
 (0)