File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
Nothing yet.
11
11
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
+
12
17
## [ 2.2.0] - 2021-10-15
13
18
14
19
- Update watchdog dependency
@@ -56,7 +61,8 @@ Require importlib-metadata and typing_extensions directly if Python < 3.8.
56
61
57
62
Combine has been in use on production sites for a while now, so we might as well act like it!
58
63
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
60
66
[ 2.2.0 ] : https://github.com/dropseed/combine/releases/tag/2.2.0
61
67
[ 2.1.3 ] : https://github.com/dropseed/combine/releases/tag/2.1.3
62
68
[ 2.1.2 ] : https://github.com/dropseed/combine/releases/tag/2.1.2
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " combine"
3
- version = " 2.2.0 "
3
+ version = " 2.2.1 "
4
4
description = " A straightforward static site builder."
5
5
authors = [
" Dropseed <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments