Skip to content

Commit 39d459a

Browse files
committed
Merge branch 'main' of github.com:Mara-Li/mkdocs_embed_file_plugins
2 parents debcfea + 8843a93 commit 39d459a

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.github/workflows/auto_assign.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Auto Assign
2+
on:
3+
issues:
4+
types: [opened, edited, labeled, unlabeled]
5+
pull_request:
6+
types: [opened, edited, labeled, unlabeled]
7+
jobs:
8+
auto-assign:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: wow-actions/auto-assign@v3
12+
with:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
reviewers: |
15+
lisandra-dev
16+
assignees: lisandra-dev
17+
skipKeywords: wip, draft

CHANGELOG.md

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

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

5+
## v2.0.5 (2023-01-15)
6+
### Fix
7+
* Error using external links in markdown ([`1d43b17`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/1d43b171785a89799db2c089fa4af56168b08f5f))
8+
59
## v2.0.4 (2023-01-11)
610
### Fix
711
* Fix module not found error ([`2cbdc54`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/2cbdc541f6d5176326286c875fe24ed48e9cd056))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = "2.0.4"
3+
version = "2.0.5"
44

55

66
def classification_dependencies():

0 commit comments

Comments
 (0)