Skip to content

Commit f951262

Browse files
authored
chore: post release cleanup (#1449)
1 parent dabc7a1 commit f951262

File tree

2 files changed

+7
-76
lines changed

2 files changed

+7
-76
lines changed

CHANGELOG.md

Lines changed: 1 addition & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
- *(gh)* Remove pr frontmatter - ([da58e87](https://github.com/amperser/proselint/commit/da58e8752898789d46b4b33f3421dddd1d997518))
5050
- *(publish)* Bypass protections ([#1447](https://github.com/amperser/proselint/issues/1447)) - ([200a817](https://github.com/amperser/proselint/commit/200a8174dcd75bc857fc65b75e4e28ad846a9723))
5151
- *(publish)* Fix release configurations ([#1446](https://github.com/amperser/proselint/issues/1446)) - ([79885f8](https://github.com/amperser/proselint/commit/79885f8cae206042c133b749d0cc99d7438fe756))
52+
- Prepare release v0.16.0 - ([a83a616](https://github.com/amperser/proselint/commit/a83a6164999803909f69eb3274d783c7070e73c1))
5253
- Prepare release v0.15.0 - ([19827df](https://github.com/amperser/proselint/commit/19827df81be1fbe361a3ef1d73de9fc7d8bd7f6a))
5354
- Use nix for workflows ([#1416](https://github.com/amperser/proselint/issues/1416)) - ([9c24e8c](https://github.com/amperser/proselint/commit/9c24e8ced7253e059ef0ccee89c9b100bd5c9530))
5455
- Update issue templates ([#1420](https://github.com/amperser/proselint/issues/1420)) - ([35e7686](https://github.com/amperser/proselint/commit/35e7686967545dc8440311948557970aed81ba17))
@@ -72,76 +73,6 @@
7273
* @Yoshanuikabundi made their first contribution in [#1107](https://github.com/amperser/proselint/pull/1107)
7374
* @ferdnyc made their first contribution in [#1370](https://github.com/amperser/proselint/pull/1370)
7475

75-
## [0.15.0](https://github.com/amperser/proselint/compare/0.14.0..v0.15.0) - 2025-11-14
76-
77-
### ⛰️ Features
78-
79-
- *(registry)* Add strict padding for checks ([#1428](https://github.com/amperser/proselint/issues/1428)) - ([f1894bc](https://github.com/amperser/proselint/commit/f1894bccf5cb9344eca5daba64ad0b3ec8577784))
80-
- Override keys and dot-prop ([#1440](https://github.com/amperser/proselint/issues/1440)) - ([ddebe9f](https://github.com/amperser/proselint/commit/ddebe9f182ebd6fb152f7699dc3ad38cac16ebe5))
81-
- Add flag to prevent filtering quotes in lintfile ([#1404](https://github.com/amperser/proselint/issues/1404)) - ([109f58f](https://github.com/amperser/proselint/commit/109f58f8c52ab2b2bf838ad94718e7ba6ca6d664))
82-
- Implement check registry ([#1396](https://github.com/amperser/proselint/issues/1396)) - ([3bc0d13](https://github.com/amperser/proselint/commit/3bc0d1347eae8b13429507617719303b58677489))
83-
84-
### 🐛 Bug Fixes
85-
86-
- *(checks)* Ignore least and most in uncomparables after at ([#1433](https://github.com/amperser/proselint/issues/1433)) - ([b94542c](https://github.com/amperser/proselint/commit/b94542c66f2a176b77bc01060ff5389612b2c986))
87-
- *(checks)* Allow very well in weasel_words ([#1426](https://github.com/amperser/proselint/issues/1426)) - ([616e855](https://github.com/amperser/proselint/commit/616e855bb1d29c9b98d11bbbc1e16f41c6da4f52))
88-
- *(checks)* Resolve meantime/meanwhile conflict in misc.preferred_forms ([#1425](https://github.com/amperser/proselint/issues/1425)) - ([18ecce6](https://github.com/amperser/proselint/commit/18ecce6409ffd63c6a809e7668edf9e539cec6a2))
89-
- *(registry)* [**breaking**] Remove results_limit ([#1421](https://github.com/amperser/proselint/issues/1421)) - ([d77cd1b](https://github.com/amperser/proselint/commit/d77cd1b8c8d2bfa8511a87d2607c6ed983f316b6))
90-
- Move chocolatey to spelling.consistency ([#1432](https://github.com/amperser/proselint/issues/1432)) - ([7a2d503](https://github.com/amperser/proselint/commit/7a2d503b784d426d84f90f84a59c17361327dcd6))
91-
- Simplify but check and properly count lines ([#1423](https://github.com/amperser/proselint/issues/1423)) - ([68be196](https://github.com/amperser/proselint/commit/68be19657cb304c97234ca8b6d7f97b958f2f2ee))
92-
- Rectify capitalisation in preferred forms ([#1413](https://github.com/amperser/proselint/issues/1413)) - ([81d2ea1](https://github.com/amperser/proselint/commit/81d2ea15f164159f7ee1b2c7261e8c20c91d338d))
93-
- Check venery-waxed return types ([#1414](https://github.com/amperser/proselint/issues/1414)) - ([b481488](https://github.com/amperser/proselint/commit/b4814886f6e7e6c270b135d1ce358ef455d589ae))
94-
- Update Sublime plugin for SublimeLinter4 ([#1107](https://github.com/amperser/proselint/issues/1107)) - ([8df0966](https://github.com/amperser/proselint/commit/8df0966636f84f3b0746ef4647ab02a85ff7ba26))
95-
96-
### 🚜 Refactor
97-
98-
- *(cli)* Switch click -> argparse and add logging ([#1400](https://github.com/amperser/proselint/issues/1400)) - ([01b507e](https://github.com/amperser/proselint/commit/01b507e3d6eb23f21a009913556468c974b14082))
99-
- *(config)* Remove unused copy import ([#1402](https://github.com/amperser/proselint/issues/1402)) - ([cd19388](https://github.com/amperser/proselint/commit/cd1938898b0523d0312071bba3032ae544c7975c))
100-
- *(tools)* Upgrade internals ([#1399](https://github.com/amperser/proselint/issues/1399)) - ([d9db2c5](https://github.com/amperser/proselint/commit/d9db2c55dd1916b7cdb528f9c042ef09f588892f))
101-
- Stabilise wire logging ([#1444](https://github.com/amperser/proselint/issues/1444)) - ([02e85a8](https://github.com/amperser/proselint/commit/02e85a8fe89e33f2e786cee33985741be7ecef0c))
102-
- [**breaking**] Upgrade to python 3.10 ([#1435](https://github.com/amperser/proselint/issues/1435)) - ([1b986fe](https://github.com/amperser/proselint/commit/1b986fefe78492a94dde1c713300043dc21b1c1a))
103-
- [**breaking**] Remove unused corpus scoring ([#1403](https://github.com/amperser/proselint/issues/1403)) - ([85fde74](https://github.com/amperser/proselint/commit/85fde74ca2166702267099ca14c865e814901564))
104-
- Implement iterators for check results ([#1398](https://github.com/amperser/proselint/issues/1398)) - ([fa73970](https://github.com/amperser/proselint/commit/fa73970af1b3a39aa9c973782cc754753634b566))
105-
- Modernise config ([#1394](https://github.com/amperser/proselint/issues/1394)) - ([0e1feba](https://github.com/amperser/proselint/commit/0e1feba9a4b1b7bc702bdddc1ebbcfcfb6836307))
106-
- Tidy checks ([#1383](https://github.com/amperser/proselint/issues/1383)) - ([053295c](https://github.com/amperser/proselint/commit/053295cd316dc7ab53393489e94f8a981eace4f4))
107-
108-
### 📚 Documentation
109-
110-
- Update treewide documentation ([#1445](https://github.com/amperser/proselint/issues/1445)) - ([7296f20](https://github.com/amperser/proselint/commit/7296f204e524b3f277091e512af326dc776bd2c0))
111-
112-
### ⚡ Performance
113-
114-
- *(checks)* [**breaking**] Use dual engine system ([#1436](https://github.com/amperser/proselint/issues/1436)) - ([e12a943](https://github.com/amperser/proselint/commit/e12a943b86525bbebaede47bc34f7f6a70025109))
115-
- *(cli)* Import version lazily ([#1438](https://github.com/amperser/proselint/issues/1438)) - ([7bfb8f1](https://github.com/amperser/proselint/commit/7bfb8f15d341ecae9163215346a8a2a84ed435df))
116-
- *(registry)* Early exit matches_partial ([#1441](https://github.com/amperser/proselint/issues/1441)) - ([9fa6339](https://github.com/amperser/proselint/commit/9fa6339225b7ba64382f92c5a8686a5eefc442bf))
117-
- *(tools)* Use bisect for boundary checks ([#1407](https://github.com/amperser/proselint/issues/1407)) - ([c80ef08](https://github.com/amperser/proselint/commit/c80ef0833da5c1d2730d761847af70bbd934f029))
118-
119-
### ⚙️ Miscellaneous Tasks
120-
121-
- *(gh)* Remove pr frontmatter - ([da58e87](https://github.com/amperser/proselint/commit/da58e8752898789d46b4b33f3421dddd1d997518))
122-
- *(publish)* Bypass protections ([#1447](https://github.com/amperser/proselint/issues/1447)) - ([200a817](https://github.com/amperser/proselint/commit/200a8174dcd75bc857fc65b75e4e28ad846a9723))
123-
- *(publish)* Fix release configurations ([#1446](https://github.com/amperser/proselint/issues/1446)) - ([79885f8](https://github.com/amperser/proselint/commit/79885f8cae206042c133b749d0cc99d7438fe756))
124-
- Use nix for workflows ([#1416](https://github.com/amperser/proselint/issues/1416)) - ([9c24e8c](https://github.com/amperser/proselint/commit/9c24e8ced7253e059ef0ccee89c9b100bd5c9530))
125-
- Update issue templates ([#1420](https://github.com/amperser/proselint/issues/1420)) - ([35e7686](https://github.com/amperser/proselint/commit/35e7686967545dc8440311948557970aed81ba17))
126-
- Update workflows ([#1419](https://github.com/amperser/proselint/issues/1419)) - ([7280204](https://github.com/amperser/proselint/commit/7280204898a46da9a38a035267b5f11518776a14))
127-
- Ignore .envrc and .direnv ([#1415](https://github.com/amperser/proselint/issues/1415)) - ([6bf7ab5](https://github.com/amperser/proselint/commit/6bf7ab5f3216cac18e3a665618ab58fbbceb6cc5))
128-
- Remove danger ([#1384](https://github.com/amperser/proselint/issues/1384)) - ([def7995](https://github.com/amperser/proselint/commit/def7995436c75333d3333b82446ab43ea616cbe4))
129-
- Update ci and flake ([#1386](https://github.com/amperser/proselint/issues/1386)) - ([35e48a0](https://github.com/amperser/proselint/commit/35e48a08aa7eebf0139aa7a86a57cb3b1b47534b))
130-
- Update tooling ([#1381](https://github.com/amperser/proselint/issues/1381)) - ([9132ee4](https://github.com/amperser/proselint/commit/9132ee44ebb9265ab66841875fee75fa3e06f4a8))
131-
- Remove duplicate items from lists ([#1369](https://github.com/amperser/proselint/issues/1369)) - ([f01742d](https://github.com/amperser/proselint/commit/f01742d683be956cec6964bad6f302aeecebe89a))
132-
- Pin runner image versions ([#1368](https://github.com/amperser/proselint/issues/1368)) - ([03a7360](https://github.com/amperser/proselint/commit/03a73606ef052730b27cd0158d294e6845d80d32))
133-
134-
### Build
135-
136-
- Fix distribution ([#1417](https://github.com/amperser/proselint/issues/1417)) - ([481a2a6](https://github.com/amperser/proselint/commit/481a2a622c25513c390fcaea7a042ee7ae6210f9))
137-
138-
## New Contributors ❤️
139-
140-
* @renovate[bot] made their first contribution in [#1443](https://github.com/amperser/proselint/pull/1443)
141-
* @drainpixie made their first contribution in [#1440](https://github.com/amperser/proselint/pull/1440)
142-
* @Yoshanuikabundi made their first contribution in [#1107](https://github.com/amperser/proselint/pull/1107)
143-
* @ferdnyc made their first contribution in [#1370](https://github.com/amperser/proselint/pull/1370)
144-
14576
## [proselint@0.14.0](https://github.com/amperser/proselint/compare/0.13.0...0.14.0)
14677

14778
### Bug Fixes

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ authors = [{ name = "Amperser Labs", email = "hello@amperser.com"}]
77
readme = "README.md"
88
classifiers = [
99
"Programming Language :: Python :: Implementation :: CPython",
10-
"Programming language :: Python :: 3",
11-
"Programming language :: Python :: 3.10",
12-
"Programming language :: Python :: 3.11",
13-
"Programming language :: Python :: 3.12",
14-
"Programming language :: Python :: 3.13",
15-
"Programming language :: Python :: 3.14",
10+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3.10",
12+
"Programming Language :: Python :: 3.11",
13+
"Programming Language :: Python :: 3.12",
14+
"Programming Language :: Python :: 3.13",
15+
"Programming Language :: Python :: 3.14",
1616
"License :: OSI Approved :: BSD License",
1717
]
1818
requires-python = ">=3.10"

0 commit comments

Comments
 (0)