Skip to content

Commit 0897cf4

Browse files
ansibotansibuddypriyamsahoopre-commit-ci[bot]
authored
Release v2.5 (#951)
## v2.5 ### Minor Changes - Upgrade als to v1.2.1 (#950) @priyamsahoo - Add ability to select and set cursor on vars following `_var_` pattern (#884) @priyamsahoo - Upgrade ALS to v1.1.0 (#932) @priyamsahoo - Upgrade yaml package to 2.x (#925) @priyamsahoo ### Bugfixes - Upgrade als to v1.2.1 (#950) @priyamsahoo - Fix command runner (#949) @priyamsahoo - Update lightspeed task name regex match condition (#947) (#948) @ganeshrn - Fix ansibleContent feedback event trigger (#940) @ganeshrn - Update runner.ts to correctly get the path of ansible (#945) @priyamsahoo - Make hover e2e tests fixture messages more generic (#934) @priyamsahoo for more information, see https://pre-commit.ci --------- Co-authored-by: Ansible DevTools <ansible-devtools@redhat.com> Co-authored-by: Priyam Sahoo <42550351+priyamsahoo@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1094440 commit 0897cf4

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
<!-- KEEP-THIS-COMMENT -->
66

7+
## v2.5
8+
9+
### Minor Changes
10+
11+
- Upgrade als to v1.2.1 (#950) @priyamsahoo
12+
- Add ability to select and set cursor on vars following `_var_` pattern (#884)
13+
@priyamsahoo
14+
- Upgrade ALS to v1.1.0 (#932) @priyamsahoo
15+
- Upgrade yaml package to 2.x (#925) @priyamsahoo
16+
17+
### Bugfixes
18+
19+
- Upgrade als to v1.2.1 (#950) @priyamsahoo
20+
- Fix command runner (#949) @priyamsahoo
21+
- Update lightspeed task name regex match condition (#947) (#948) @ganeshrn
22+
- Fix ansibleContent feedback event trigger (#940) @ganeshrn
23+
- Update runner.ts to correctly get the path of ansible (#945) @priyamsahoo
24+
- Make hover e2e tests fixture messages more generic (#934) @priyamsahoo
25+
726
## v2.4
827

928
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@
723723
"test-e2e": "yarn run test-compile && node ./out/client/test/testRunner",
724724
"test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner"
725725
},
726-
"version": "2.4.0",
726+
"version": "2.5.0",
727727
"packageManager": "yarn@3.6.1",
728728
"vsce": {
729729
"dependencies": false,

0 commit comments

Comments
 (0)