Skip to content

Commit afa7d3c

Browse files
committed
Prepare release v1.5.0
Created-by: polyglot-release v1.3.2
1 parent 8765703 commit afa7d3c

3 files changed

Lines changed: 13 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [1.5.0] - 2024-04-08
11+
### Added
12+
- (Python) Support for u-strings with step definition patterns ([#173](https://github.com/cucumber/language-service/pull/173))
13+
- (Python) Support for behave's generic step definition decorator ([#200](https://github.com/cucumber/language-service/pull/200))
14+
- (Go) Support for Godog step definitions ([#130](https://github.com/cucumber/language-service/pull/130))
15+
- Malaysian localisation and translations for "Rule" in Vietnamese, Irish, Danish, Dutch ([gherkin v27.0.0](https://github.com/cucumber/gherkin/releases/tag/v27.0.0), [gherkin v28.0.0](https://github.com/cucumber/gherkin/releases/tag/v28.0.0))
16+
917
### Fixed
1018
- (Python) Fix index failures from partial parameter type matches ([#196](https://github.com/cucumber/language-service/pull/196))
1119
- (Python) Unexpected spaces and commas in generated step definitions ([#160](https://github.com/cucumber/language-service/issues/160))
@@ -16,12 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1624
- Format table widths with full-width characters ([gherkin-utils#53](https://github.com/cucumber/gherkin-utils/pull/53))
1725
- Verbose alternation in optional error message ([cucumber-expressions#260](https://github.com/cucumber/cucumber-expressions/pull/260), [cucumber-expressions#253](https://github.com/cucumber/cucumber-expressions/pull/253))
1826

19-
### Added
20-
- (Python) Support for u-strings with step definition patterns ([#173](https://github.com/cucumber/language-service/pull/173))
21-
- (Python) Support for behave's generic step definition decorator ([#200](https://github.com/cucumber/language-service/pull/200))
22-
- (Go) Support for Godog step definitions ([#130](https://github.com/cucumber/language-service/pull/130))
23-
- Malaysian localisation and translations for "Rule" in Vietnamese, Irish, Danish, Dutch ([gherkin v27.0.0](https://github.com/cucumber/gherkin/releases/tag/v27.0.0), [gherkin v28.0.0](https://github.com/cucumber/gherkin/releases/tag/v28.0.0))
24-
2527
## [1.4.1] - 2023-07-16
2628
### Fixed
2729
- (Python) There was a bug in how long concatenated strings were handled for multi-line regexes
@@ -314,7 +316,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
314316
([#1732](https://github.com/cucumber/common/pull/1732)
315317
[aslakhellesoy](https://github.com/aslakhellesoy))
316318

317-
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.4.1...HEAD
319+
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.5.0...HEAD
320+
[1.5.0]: https://github.com/cucumber/language-service/compare/v1.4.1...v1.5.0
318321
[1.4.1]: https://github.com/cucumber/language-service/compare/v1.4.0...v1.4.1
319322
[1.4.0]: https://github.com/cucumber/language-service/compare/v1.3.0...v1.4.0
320323
[1.3.0]: https://github.com/cucumber/language-service/compare/v1.2.0...v1.3.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/language-service",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)