Skip to content

Commit

Permalink
Dependencies update (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Lát authored Dec 9, 2022
1 parent b129f6a commit 780d2ee
Show file tree
Hide file tree
Showing 9 changed files with 189 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs: # A basic unit of work in a run
docker buildx create --use
- run:
name: Build and push docker image
command: << pipeline.parameters.command_prefix >> build-docker --serialized --push
command: << pipeline.parameters.command_prefix >> build-docker --push
release:
working_directory: << pipeline.parameters.working_directory >>
docker:
Expand Down
35 changes: 21 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Types of changes are:

## [Unreleased]

## [2.1.5] - 2022-12-09

### Fixes

- Dependencies update

## [2.1.4] - 2022-12-03

### Fixes
Expand Down Expand Up @@ -49,7 +55,7 @@ Types of changes are:

## [2.0.0] - 2022-01-30

## Breaking changes
### Breaking changes

- Recurring Todoist tasks are counted on every completion, not just the fist one. Please [reset the cache](README.md#resetting-sync-cache) as this fix doesn't work for already cached tasks.

Expand Down Expand Up @@ -102,16 +108,17 @@ Types of changes are:

- Initial release

[Unreleased]: https://github.com/radeklat/todoist-habitica-points-sync/compare/2.1.4...HEAD
[2.1.4]: https://github.com/radeklat/todoist-habitica-points-sync/compare/2.1.3...2.1.4
[2.1.3]: https://github.com/radeklat/todoist-habitica-points-sync/compare/2.1.2...2.1.3
[2.1.2]: https://github.com/radeklat/todoist-habitica-points-sync/compare/2.1.1...2.1.2
[2.1.1]: https://github.com/radeklat/todoist-habitica-points-sync/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/radeklat/todoist-habitica-points-sync/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/radeklat/todoist-habitica-points-sync/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/radeklat/todoist-habitica-points-sync/compare/1.1.3...1.2.0
[1.1.3]: https://github.com/radeklat/todoist-habitica-points-sync/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/radeklat/todoist-habitica-points-sync/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/radeklat/todoist-habitica-points-sync/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/radeklat/todoist-habitica-points-sync/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/radeklat/todoist-habitica-points-sync/compare/initial...1.0.0
[Unreleased]: https://github.com/radeklat/todoist-habitica-sync/compare/2.1.5...HEAD
[2.1.5]: https://github.com/radeklat/todoist-habitica-sync/compare/2.1.4...2.1.5
[2.1.4]: https://github.com/radeklat/todoist-habitica-sync/compare/2.1.3...2.1.4
[2.1.3]: https://github.com/radeklat/todoist-habitica-sync/compare/2.1.2...2.1.3
[2.1.2]: https://github.com/radeklat/todoist-habitica-sync/compare/2.1.1...2.1.2
[2.1.1]: https://github.com/radeklat/todoist-habitica-sync/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/radeklat/todoist-habitica-sync/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/radeklat/todoist-habitica-sync/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/radeklat/todoist-habitica-sync/compare/1.1.3...1.2.0
[1.1.3]: https://github.com/radeklat/todoist-habitica-sync/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/radeklat/todoist-habitica-sync/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/radeklat/todoist-habitica-sync/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/radeklat/todoist-habitica-sync/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/radeklat/todoist-habitica-sync/compare/initial...1.0.0
36 changes: 0 additions & 36 deletions mypy.ini

This file was deleted.

86 changes: 36 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 780d2ee

Please sign in to comment.