Skip to content

Commit

Permalink
chore: release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Jul 23, 2024
1 parent 924d0fd commit 2eda1c6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 11 additions & 0 deletions .changes/v0.14.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v0.14.0 (2024-07-23)

### Features
* Code search functionality is now available in the `Code Browser` tab. Users can search for code using regex patterns and filter by language, repository, and branch.
* Initial experimental support for natural language to codebase conversation in `Answer Engine`.

### Fixed and Improvements

* Incremental issues / PRs indexing by checking `updated_at`.
* Canonicalize `git_url` before performing a relevant code search. Previously, for git_urls with credentials, the canonicalized git_url was used in the index, but the query still used the raw git_url.
* bump llama.cpp to b3370 - which fixes Qwen2 model series inference
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v0.14.0 (2024-07-23)

### Features
* Code search functionality is now available in the `Code Browser` tab. Users can search for code using regex patterns and filter by language, repository, and branch.
* Initial experimental support for natural language to codebase conversation in `Answer Engine`.

### Fixed and Improvements

* Incremental issues / PRs indexing by checking `updated_at`.
* Canonicalize `git_url` before performing a relevant code search. Previously, for git_urls with credentials, the canonicalized git_url was used in the index, but the query still used the raw git_url.
* bump llama.cpp to b3370 - which fixes Qwen2 model series inference

## v0.13.1 (2024-07-10)

### Fixed and Improvements
Expand Down

0 comments on commit 2eda1c6

Please sign in to comment.