Skip to content

Commit b55c4d1

Browse files
authored
Release v0.1.0 (#31)
* 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)).
1 parent f0e62a1 commit b55c4d1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Version changelog
22

3+
## 0.1.0
4+
5+
* Added install instructions ([#23](https://github.com/databrickslabs/sandbox/pull/23)).
6+
* Added more go-git libs ([#26](https://github.com/databrickslabs/sandbox/pull/26)).
7+
* Fixed `unsupported protocol scheme` error ([#27](https://github.com/databrickslabs/sandbox/pull/27)).
8+
* Modified README to say how to use it with `databricks labs sandbox` command ([#25](https://github.com/databrickslabs/sandbox/pull/25)).
9+
* More git-related libraries ([#30](https://github.com/databrickslabs/sandbox/pull/30)).
10+
11+
Dependency updates:
12+
13+
* Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /go-libs ([#28](https://github.com/databrickslabs/sandbox/pull/28)).
14+
* Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /runtime-packages ([#29](https://github.com/databrickslabs/sandbox/pull/29)).
15+
316
## 0.0.1
417

518
Initial version with some tooling.

0 commit comments

Comments
 (0)