Skip to content

Commit 00336ab

Browse files
Bump version to 0.1.9-dev after v0.1.8 release (#37)
Co-authored-by: GitHub Action <action@github.com>
1 parent 8f334c8 commit 00336ab

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.1.8] - 2026-02-21
8+
9+
- Bump version to `0.1.8-dev` by @gaborbernat in https://github.com/tox-dev/jetbrains-fish/pull/22
10+
- 👷 ci(ui-test): fix IDE startup timeout in CI by @gaborbernat in https://github.com/tox-dev/jetbrains-fish/pull/29
11+
- 🐛 fix(lexer): handle escaped backslashes in single-quoted strings by @gaborbernat in https://github.com/tox-dev/jetbrains-fish/pull/36
12+
13+
- @pre-commit-ci[bot] made their first contribution in https://github.com/tox-dev/jetbrains-fish/pull/32
14+
15+
**Full Changelog**: https://github.com/tox-dev/jetbrains-fish/compare/v0.1.7...v0.1.8
16+
717
## [0.1.7] - 2026-01-29
818

919
- Bump version to `0.1.7-dev` by @github-actions[bot] in https://github.com/tox-dev/jetbrains-fish/pull/20
1020
- Use RELEASE_TOKEN for post-release PR to trigger workflows by @gaborbernat in https://github.com/tox-dev/jetbrains-fish/pull/21
1121

12-
**Full Changelog**: https://github.com/tox-dev/jetbrains-fish/compare/v0.1.6...v0.1.7
13-
1422
## [0.1.6] - 2026-01-29
1523

1624
- Bump version to `0.1.6-dev` by @github-actions[bot] in https://github.com/tox-dev/jetbrains-fish/pull/18
@@ -51,7 +59,8 @@ All notable changes to this project will be documented in this file.
5159

5260
- Basic Fish shell language plugin structure.
5361

54-
[Unreleased]: https://github.com/tox-dev/jetbrains-fish/compare/v0.1.7...HEAD
62+
[Unreleased]: https://github.com/tox-dev/jetbrains-fish/compare/v0.1.8...HEAD
63+
[0.1.8]: https://github.com/tox-dev/jetbrains-fish/compare/v0.1.7...v0.1.8
5564
[0.1.7]: https://github.com/tox-dev/jetbrains-fish/compare/v0.1.6...v0.1.7
5665
[0.1.6]: https://github.com/tox-dev/jetbrains-fish/compare/v0.1.5...v0.1.6
5766
[0.1.5]: https://github.com/tox-dev/jetbrains-fish/compare/v0.1.4...v0.1.5

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IntelliJ Platform Plugin Configuration
22
pluginGroup=com.github.toxdev
33
pluginName=Fish Shell
4-
pluginVersion=0.1.8-dev
4+
pluginVersion=0.1.9-dev
55
pluginSinceBuild=251
66
pluginRepositoryUrl=https://github.com/tox-dev/jetbrains-fish
77

0 commit comments

Comments
 (0)