Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:Mara-Li/mkdocs_embed_file_plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 21, 2023
2 parents debcfea + 8843a93 commit 39d459a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Auto Assign
on:
issues:
types: [opened, edited, labeled, unlabeled]
pull_request:
types: [opened, edited, labeled, unlabeled]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: |
lisandra-dev
assignees: lisandra-dev
skipKeywords: wip, draft
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v2.0.5 (2023-01-15)
### Fix
* Error using external links in markdown ([`1d43b17`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/1d43b171785a89799db2c089fa4af56168b08f5f))

## v2.0.4 (2023-01-11)
### Fix
* Fix module not found error ([`2cbdc54`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/2cbdc541f6d5176326286c875fe24ed48e9cd056))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = "2.0.4"
version = "2.0.5"


def classification_dependencies():
Expand Down

0 comments on commit 39d459a

Please sign in to comment.