Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.0 #31

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Version changelog

## 0.1.0

* Added install instructions ([#23](https://github.com/databrickslabs/sandbox/pull/23)).
* Added more go-git libs ([#26](https://github.com/databrickslabs/sandbox/pull/26)).
* Fixed `unsupported protocol scheme` error ([#27](https://github.com/databrickslabs/sandbox/pull/27)).
* Modified README to say how to use it with `databricks labs sandbox` command ([#25](https://github.com/databrickslabs/sandbox/pull/25)).
* More git-related libraries ([#30](https://github.com/databrickslabs/sandbox/pull/30)).

Dependency updates:

* Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /go-libs ([#28](https://github.com/databrickslabs/sandbox/pull/28)).
* Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /runtime-packages ([#29](https://github.com/databrickslabs/sandbox/pull/29)).

## 0.0.1

Initial version with some tooling.