Skip to content

Commit 5c0df81

Browse files
release v0.30.0
1 parent bc40c50 commit 5c0df81

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.30.0] - 2024-11-22
99
### Added
1010
- Added a new page `Query` that allows you to make sql queries without being tied to a dataset
1111
- Impovements for readme section
1212
- Add syntax highlight support for SQL in markdown
1313
- Add copy to clipboard button for SQL blocks
1414
- Add run button that opens "Data" tab in new window and executes the selected query
1515

16-
1716
## [0.29.0] - 2024-11-12
1817
### Fixed
1918
- Readme section refresh when navigating between datasets

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": "kamu-platform",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --watch",

0 commit comments

Comments
 (0)