Skip to content

Commit

Permalink
Updates to version information & change log
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Apr 2, 2021
1 parent f0eedb4 commit 0a794da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.0.5 (1 April 2021)
### Enhancements

1. Support for language features in Kusto Notebooks (refactor, code completion, formatting, etc)
1. Support for language features in Jupyter Notebooks when using [kqlmagic](https://pypi.org/project/Kqlmagic/)
1. Kust panel, with access to clusters, databases & related information.
1. Improved getting started experience for Notebooks (configuring cluster/database).

## 0.0.2 (30 March 2021)
### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Microsoft Corporation.
Copyright (c) Don Jayamanne

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kusto",
"displayName": "Kusto Notebooks",
"description": "Run Kusto Queries in Notebooks",
"version": "0.1.0",
"version": "0.0.5",
"engines": {
"vscode": "^1.55.0"
},
Expand Down

0 comments on commit 0a794da

Please sign in to comment.