Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
* Added install instructions ([#23](#23)).
* Added more go-git libs ([#26](#26)).
* Fixed `unsupported protocol scheme` error ([#27](#27)).
* Modified README to say how to use it with `databricks labs sandbox` command ([#25](#25)).
* More git-related libraries ([#30](#30)).

Dependency updates:

 * Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /go-libs ([#28](#28)).
 * Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /runtime-packages ([#29](#29)).
  • Loading branch information
nfx committed Dec 21, 2023
1 parent f0e62a1 commit e6d2ef1
Showing 1 changed file with 13 additions and 0 deletions.
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.

0 comments on commit e6d2ef1

Please sign in to comment.