Skip to content

Commit 431bbce

Browse files
Release version 2.2.1 (#49)
1 parent fe17cbd commit 431bbce

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Nothing yet.
1111

12+
## [2.2.1] - 2021-10-18
13+
14+
- Fix CLS (telemtry/analytics) prompt on `Ctrl+C` during `combine work`
15+
- Deduplicate filesystem events in `combine work` that are the same and in quick succession
16+
1217
## [2.2.0] - 2021-10-15
1318

1419
- Update watchdog dependency
@@ -56,7 +61,8 @@ Require importlib-metadata and typing_extensions directly if Python < 3.8.
5661

5762
Combine has been in use on production sites for a while now, so we might as well act like it!
5863

59-
[Unreleased]: https://github.com/dropseed/combine/compare/2.2.0...HEAD
64+
[Unreleased]: https://github.com/dropseed/combine/compare/2.2.1...HEAD
65+
[2.2.1]: https://github.com/dropseed/combine/releases/tag/2.2.1
6066
[2.2.0]: https://github.com/dropseed/combine/releases/tag/2.2.0
6167
[2.1.3]: https://github.com/dropseed/combine/releases/tag/2.1.3
6268
[2.1.2]: https://github.com/dropseed/combine/releases/tag/2.1.2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "combine"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "A straightforward static site builder."
55
authors = ["Dropseed <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)