Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Dec 20, 2024
1 parent 02f82f9 commit b1dcf6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## New in 2.9.0 (2024-12-21)

- Add Data Sources to the Packages tree
- Hover (tree item) action in root element to Drop all Data Sources
Expand Down
2 changes: 1 addition & 1 deletion sema4ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/Sema4AI/vscode-extension/.git"
},
"license": "SEE LICENSE",
"version": "2.8.1",
"version": "2.9.0",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.65.0"
Expand Down
2 changes: 1 addition & 1 deletion sema4ai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sema4ai"
version = "2.8.1"
version = "2.9.0"
description = "Sema4.ai: Visual Studio Code Extension for AI Actions and Robot Tasks development"
authors = ["Fabio Zadrozny <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sema4ai/src/sema4ai_code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from typing import List

__version__ = "2.8.1"
__version__ = "2.9.0"
version_info: list[int] = [int(x) for x in __version__.split(".")]

__file__ = os.path.abspath(__file__)
Expand Down

0 comments on commit b1dcf6d

Please sign in to comment.