Skip to content

Commit

Permalink
docs: update changelog for 0.4.0 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Oct 24, 2023
1 parent e171776 commit cd14ad7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# v0.4.0 [Unreleased]
# v0.5.0 [Unreleased]

## Features

## Fixes and Improvements

# v0.4.0

## Features

* Supports golang: https://github.com/TabbyML/tabby/issues/553
* Supports ruby: https://github.com/TabbyML/tabby/pull/597
* Supports using local directory for `Repository.git_url`: use `file:///path/to/repo` to specify a local directory.
* A new UI design for webserver.

## Fixes and Improvements

* Improve snippets retrieval by dedup candidates to existing content + snippets: https://github.com/TabbyML/tabby/pull/582

# v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation/modal/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from modal import Image, Stub, asgi_app, gpu

IMAGE_NAME = "tabbyml/tabby:0.3.1"
IMAGE_NAME = "tabbyml/tabby:0.4.0"
MODEL_ID = "TabbyML/StarCoder-1B"
GPU_CONFIG = gpu.T4()

Expand Down

0 comments on commit cd14ad7

Please sign in to comment.