Skip to content

Commit da27e04

Browse files
Merge pull request #191 from nobodywasishere/nobody/v0.3.0
Bump v0.3.0 and update changelog
2 parents 07d198f + be83dbf commit da27e04

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
#### 0.2.1 (2023-08-05)
1+
## [0.3.0] (2025-11-10)
22

3-
##### Chores
3+
* Add link to documentation by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/146
4+
* Move to `CancellationToken`, Use `spawn` instead of `exec`, Add output channel for logging by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/147
5+
* Reload diagnostics when changing vscode/local config by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/150
6+
* Add support for linting while typing by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/151
7+
* Delete lints for files that have been deleted by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/158
8+
* Minor bugfixes by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/157
9+
* Add `lint-scope` config option by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/155
10+
* Coerce `ameba` version check into a semver by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/163
11+
* Add publish CI script (#189) by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/190
412

5-
* Check config file existence for new ameba v1.5 by @joseafga in #42 https://github.com/crystal-ameba/vscode-crystal-ameba/pull/42
13+
## [0.2.1] (2023-08-05)
14+
15+
* Check config file existence for new `ameba` v1.5 by @joseafga in #42 https://github.com/crystal-ameba/vscode-crystal-ameba/pull/42
616
* Bump @types/node from 20.4.4 to 20.4.5 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/40
717
* Bump @types/node from 20.4.2 to 20.4.4 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/39
818
* Bump @types/node from 20.4.1 to 20.4.2 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "veelenga",
55
"icon": "assets/ameba.png",
66
"description": "Ameba extension for Visual Studio Code",
7-
"version": "0.2.1",
7+
"version": "0.3.0",
88
"license": "MIT",
99
"engines": {
1010
"vscode": "^1.75.0"

0 commit comments

Comments
 (0)