Skip to content

Commit

Permalink
chore(release): create v1.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oplabot committed Mar 23, 2024
1 parent b4e6c85 commit ebea587
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0-alpha.10](https://github.com/Opla/opla/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-03-23)


### Bug Fixes

* stream completion display ([0247599](https://github.com/Opla/opla/commit/0247599e2563beb804d051a677d18bf7c716e22b))


### Features

* implement llama.cpp stream completion ([ec37165](https://github.com/Opla/opla/commit/ec371658fd20dea7858d368c806c953f2032234b))

# [1.0.0-alpha.9](https://github.com/Opla/opla/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-03-22)


Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opla"
version = "1.0.0-alpha.9"
version = "1.0.0-alpha.10"
edition = "2021"
default-run = "opla-cli"

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "1.0.0-alpha.9"
version = "1.0.0-alpha.10"
edition = "2021"

[dependencies]
2 changes: 1 addition & 1 deletion crates/tokenizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokenizer"
version = "1.0.0-alpha.9"
version = "1.0.0-alpha.10"
edition = "2021"

include = ["encodings/**/*", "src/**/*"]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opla",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"private": true,
"scripts": {
"dev": "cd webapp && npm run dev",
Expand Down
2 changes: 1 addition & 1 deletion webapp/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "1.0.0-alpha.9"
version = "1.0.0-alpha.10"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down

0 comments on commit ebea587

Please sign in to comment.