Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  Add GitHub actions
  Upgrade PyYAML to fix installation on newer Python versions
  • Loading branch information
jacebrowning committed Oct 7, 2023
2 parents 3e5c976 + 07ef4d2 commit 705ec48
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 119 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python 3.8.13
poetry 1.6.1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Added support for publishing to the LaTeX format. ([@neerdoc](https://github.com/doorstop-dev/doorstop/pull/545))
- Added support for storing items in Markdown with YAML front matter. ([@ckolumbus](https://github.com/doorstop-dev/doorstop/pull/566))

# 2.2.1 (2023-10-07)

- Upgrade PyYAML to 6.x to fix installation on newer versions of Python.

# 2.2 (2022-01-22)

- Added support for UTF-8 symbols in references. ([@stanislaw](https://github.com/doorstop-dev/doorstop/pull/485))
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ DEPENDENCIES := $(VIRTUAL_ENV)/.poetry-$(shell bin/checksum pyproject.toml poetr
install: $(DEPENDENCIES) .cache

$(DEPENDENCIES): poetry.lock
@ rm -rf ~/Library/Preferences/pypoetry
@ poetry config virtualenvs.in-project true
poetry install
@ touch $@
Expand Down
2 changes: 1 addition & 1 deletion doorstop/core/tests/files/published.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doorstop/core/tests/files/published2.html

Large diffs are not rendered by default.

Loading

0 comments on commit 705ec48

Please sign in to comment.