Skip to content

Commit a6ecebf

Browse files
committed
Bump version to 0.10.7, in preparation for release.
1 parent 2255c95 commit a6ecebf

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN echo "%apt-users ALL=(ALL) NOPASSWD: /usr/bin/apt update, /usr/bin/apt insta
4747
#######################################################################################################
4848
# Go and GoNB Libraries
4949
#######################################################################################################
50-
ARG GO_VERSION=1.23.2
50+
ARG GO_VERSION=1.23.5
5151
ENV GOROOT=/usr/local/go
5252
ENV GOPATH=$HOME/go
5353
ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
@@ -71,7 +71,7 @@ RUN wget --quiet --output-document=- "https://go.dev/dl/go${GO_VERSION}.linux-am
7171
&& go version
7272

7373
# Install GoNB (https://github.com/janpfeifer/gonb) in the user account
74-
ARG GONB_VERSION="v0.10.6"
74+
ARG GONB_VERSION="v0.10.7"
7575
USER $NB_USER
7676
WORKDIR ${HOME}
7777
RUN export GOPROXY=direct && \

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GoNB Changelog
22

3-
## Next
3+
## v0.10.7, 2025/01/20
44

55
* Improved `autostart` logic: it now requires being mounted as "readonly" under `/root/autostart`.
66
* Added `%version`, and environment variables `GONB_VERSION`, `GONB_GIT_COMMIT`.

internal/goexec/goplsclient/goplsclient.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ func (c *Client) FileData(filePath string) (content *FileData, updated bool, err
249249
updated = true
250250
if !foundInFile && foundInCache {
251251
// Remove notify removal.
252-
253252
delete(c.fileCache, filePath)
254253
return
255254
}

0 commit comments

Comments
 (0)