Skip to content

Commit cb65800

Browse files
chore: release main (#5097)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e7d40f commit cb65800

File tree

19 files changed

+113
-18
lines changed

19 files changed

+113
-18
lines changed

.release-please-manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
".": "32.0.1",
2+
".": "32.1.0",
33
"dictionaries/ada": "4.1.1",
44
"dictionaries/aws": "4.0.17",
55
"dictionaries/bash": "4.2.2",
66
"dictionaries/bg_BG": "3.0.8",
77
"dictionaries/ca": "3.1.2",
88
"dictionaries/city-names-finland": "3.0.6",
99
"dictionaries/clojure": "2.0.9",
10-
"dictionaries/companies": "3.2.8",
11-
"dictionaries/cpp": "7.0.1",
10+
"dictionaries/companies": "3.2.9",
11+
"dictionaries/cpp": "7.0.2",
1212
"dictionaries/cryptocurrencies": "5.0.5",
1313
"dictionaries/cs_CZ": "3.0.8",
1414
"dictionaries/csharp": "4.0.8",
@@ -34,7 +34,7 @@
3434
"dictionaries/fr_FR_90": "2.3.2",
3535
"dictionaries/fullstack": "3.2.7",
3636
"dictionaries/git": "3.0.7",
37-
"dictionaries/golang": "6.0.24",
37+
"dictionaries/golang": "6.0.25",
3838
"dictionaries/haskell": "4.0.6",
3939
"dictionaries/he": "4.0.5",
4040
"dictionaries/hr_HR": "3.1.2",
@@ -63,11 +63,11 @@
6363
"dictionaries/r": "2.1.1",
6464
"dictionaries/ru_RU": "2.3.2",
6565
"dictionaries/ruby": "5.0.9",
66-
"dictionaries/rust": "4.0.12",
66+
"dictionaries/rust": "4.1.0",
6767
"dictionaries/scala": "5.0.8",
6868
"dictionaries/scientific_terms_US": "3.0.8",
6969
"dictionaries/sl_SI": "1.0.11",
70-
"dictionaries/software-terms": "5.1.17",
70+
"dictionaries/software-terms": "5.1.18",
7171
"dictionaries/sql": "2.2.1",
7272
"dictionaries/sv": "2.3.2",
7373
"dictionaries/swift": "2.0.6",
@@ -90,7 +90,7 @@
9090
"dictionaries/sr_Latn": "1.0.8",
9191
"dictionaries/redis": "1.0.7",
9292
"dictionaries/sk_SK": "1.1.7",
93-
"dictionaries/en-common-misspellings": "2.1.9",
93+
"dictionaries/en-common-misspellings": "2.1.10",
9494
"dictionaries/en_AU": "1.1.13",
9595
"dictionaries/en_CA": "1.0.51",
9696
"dictionaries/de_AT": "1.2.2",
@@ -112,9 +112,9 @@
112112
"dictionaries/grc_GR": "1.0.7",
113113
"dictionaries/elisp": "1.1.2",
114114
"dictionaries/google": "1.0.9",
115-
"dictionaries/people-names": "1.1.15",
115+
"dictionaries/people-names": "1.1.16",
116116
"dictionaries/flutter": "1.1.1",
117-
"dictionaries/cspell": "2.0.43",
117+
"dictionaries/cspell": "2.0.44",
118118
"dictionaries/mk": "1.0.3",
119119
"dictionaries/gis": "1.0.3",
120120
"dictionaries/pokemon": "1.0.3",

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release Notes
22

3+
## [32.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@32.0.1...cspell-dicts@32.1.0) (2025-12-20)
4+
5+
6+
### Features
7+
8+
* Introduce a rust crates dictionary ([#5094](https://github.com/streetsidesoftware/cspell-dicts/issues/5094)) ([77ae7f1](https://github.com/streetsidesoftware/cspell-dicts/commit/77ae7f116f63c7482f0abc9aa5577b0afbadb1a8))
9+
10+
11+
### Updates and Bug Fixes
12+
13+
* Add `dalek` to rust crates ([#5103](https://github.com/streetsidesoftware/cspell-dicts/issues/5103)) ([1cda114](https://github.com/streetsidesoftware/cspell-dicts/commit/1cda11419bfc92a39645b585b96d612171ea89f4))
14+
* Add GPKG ([#5095](https://github.com/streetsidesoftware/cspell-dicts/issues/5095)) ([617634f](https://github.com/streetsidesoftware/cspell-dicts/commit/617634f254937f842b76cc41bc6af482aeea0e47))
15+
* add more names ([#5100](https://github.com/streetsidesoftware/cspell-dicts/issues/5100)) ([f438bb3](https://github.com/streetsidesoftware/cspell-dicts/commit/f438bb3832289c85ce0cf5c82cbac55c7722ce07))
16+
* Add more rust crates ([#5099](https://github.com/streetsidesoftware/cspell-dicts/issues/5099)) ([49b73b5](https://github.com/streetsidesoftware/cspell-dicts/commit/49b73b5c90dfcea41bfdaa25303861deccff459a))
17+
* Add more terms to software/company dictionaries ([#5093](https://github.com/streetsidesoftware/cspell-dicts/issues/5093)) ([35393f9](https://github.com/streetsidesoftware/cspell-dicts/commit/35393f921cbf7ee47bb8a027697211c61a76fa1c))
18+
* Adjust the layout of the rust dictionary ([#5101](https://github.com/streetsidesoftware/cspell-dicts/issues/5101)) ([a0a9719](https://github.com/streetsidesoftware/cspell-dicts/commit/a0a971923ee04e1f4d4b6a5b7bc86170cf17511c))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* devDependencies
25+
* @cspell/dict-cspell-bundle bumped to 2.0.44
26+
327
## [32.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@32.0.0...cspell-dicts@32.0.1) (2025-12-17)
428

529

dictionaries/companies/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-companies@3.2.8...@cspell/dict-companies@3.2.9) (2025-12-20)
7+
8+
9+
### Updates and Bug Fixes
10+
11+
* Add more terms to software/company dictionaries ([#5093](https://github.com/streetsidesoftware/cspell-dicts/issues/5093)) ([35393f9](https://github.com/streetsidesoftware/cspell-dicts/commit/35393f921cbf7ee47bb8a027697211c61a76fa1c))
12+
613
## [3.2.8](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-companies@3.2.7...@cspell/dict-companies@3.2.8) (2025-12-13)
714

815

dictionaries/companies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-companies",
3-
"version": "3.2.8",
3+
"version": "3.2.9",
44
"description": "Company names dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

dictionaries/cpp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@7.0.1...@cspell/dict-cpp@7.0.2) (2025-12-20)
7+
8+
9+
### Updates and Bug Fixes
10+
11+
* Add more terms to software/company dictionaries ([#5093](https://github.com/streetsidesoftware/cspell-dicts/issues/5093)) ([35393f9](https://github.com/streetsidesoftware/cspell-dicts/commit/35393f921cbf7ee47bb8a027697211c61a76fa1c))
12+
613
## [7.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@7.0.0...@cspell/dict-cpp@7.0.1) (2025-12-17)
714

815

dictionaries/cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-cpp",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "C/C++ Dictionary dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

dictionaries/cspell/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [2.0.44](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.43...@cspell/dict-cspell-bundle@2.0.44) (2025-12-20)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cspell/dict-companies bumped to 3.2.9
11+
* @cspell/dict-cpp bumped to 7.0.2
12+
* @cspell/dict-en-common-misspellings bumped to 2.1.10
13+
* @cspell/dict-golang bumped to 6.0.25
14+
* @cspell/dict-rust bumped to 4.1.0
15+
* @cspell/dict-software-terms bumped to 5.1.18
16+
317
## [2.0.43](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.42...@cspell/dict-cspell-bundle@2.0.43) (2025-12-17)
418

519

dictionaries/cspell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-cspell-bundle",
3-
"version": "2.0.43",
3+
"version": "2.0.44",
44
"description": "Dictionaries included with the CSpell Command Line tool.",
55
"private": false,
66
"publishConfig": {

dictionaries/en-common-misspellings/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [2.1.10](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-common-misspellings@2.1.9...@cspell/dict-en-common-misspellings@2.1.10) (2025-12-20)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* Add more terms to software/company dictionaries ([#5093](https://github.com/streetsidesoftware/cspell-dicts/issues/5093)) ([35393f9](https://github.com/streetsidesoftware/cspell-dicts/commit/35393f921cbf7ee47bb8a027697211c61a76fa1c))
9+
310
## [2.1.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-common-misspellings@2.1.8...@cspell/dict-en-common-misspellings@2.1.9) (2025-12-13)
411

512

dictionaries/en-common-misspellings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-en-common-misspellings",
3-
"version": "2.1.9",
3+
"version": "2.1.10",
44
"description": "Common English misspellings dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)