Merge branch 'develop' into directory-journal-import

This commit is contained in:
Micah Jerome Ellison 2021-08-16 19:50:41 -07:00
commit 678dfa3345
2 changed files with 15 additions and 1 deletions

View file

@ -9,6 +9,7 @@ on:
- 'tests/**'
- 'poetry.lock'
- 'pyproject.toml'
- '.github/workflows/testing.yaml'
pull_request:
branches: [ develop ]
paths:
@ -17,6 +18,7 @@ on:
- 'tests/**'
- 'poetry.lock'
- 'pyproject.toml'
- '.github/workflows/testing.yaml'
jobs:
test:
@ -64,7 +66,7 @@ jobs:
if: ${{ matrix.python-version == '3.10-dev' }}
run: |
echo '::group::poetry'
pip install poetry==1.2.0a1
pip install poetry==1.2.0a2
poetry config --local virtualenvs.in-project true
echo '::endgroup::'

View file

@ -1,5 +1,17 @@
# Changelog
## [Unreleased](https://github.com/jrnl-org/jrnl/)
[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.8.2...HEAD)
**Implemented enhancements:**
- Output after composition can be more useful and user friendly [\#1253](https://github.com/jrnl-org/jrnl/issues/1253)
**Build:**
- Python 3.10 build action is failing on poetry dependency installation [\#1321](https://github.com/jrnl-org/jrnl/issues/1321)
## [v2.8.2](https://pypi.org/project/jrnl/v2.8.2/) (2021-07-31)
[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.8.2-beta...v2.8.2)