Skip to content

Commit 83fb6e7

Browse files
committed
chore(release): create v1.0.0-alpha.234
1 parent 30c62c3 commit 83fb6e7

File tree

11 files changed

+22
-15
lines changed

11 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.0.0-alpha.234](https://github.com/Opla/opla/compare/v1.0.0-alpha.233...v1.0.0-alpha.234) (2024-12-16)
2+
3+
4+
### Bug Fixes
5+
6+
* promptContext crash [#1420](https://github.com/Opla/opla/issues/1420) ([#1422](https://github.com/Opla/opla/issues/1422)) ([30c62c3](https://github.com/Opla/opla/commit/30c62c36fb178d35d70479e2c77aa738725298df))
7+
18
# [1.0.0-alpha.233](https://github.com/Opla/opla/compare/v1.0.0-alpha.232...v1.0.0-alpha.233) (2024-12-10)
29

310

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opla"
3-
version = "1.0.0-alpha.233"
3+
version = "1.0.0-alpha.234"
44
edition = "2021"
55
default-run = "opla-cli"
66

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "1.0.0-alpha.233"
3+
version = "1.0.0-alpha.234"
44
edition = "2021"
55

66
[dependencies]

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opla_core"
3-
version = "1.0.0-alpha.233"
3+
version = "1.0.0-alpha.234"
44
edition = "2021"
55

66
include = ["src/**/*"]

crates/tokenizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokenizer"
3-
version = "1.0.0-alpha.233"
3+
version = "1.0.0-alpha.234"
44
edition = "2021"
55

66
include = ["encodings/**/*", "src/**/*"]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opla",
3-
"version": "1.0.0-alpha.233",
3+
"version": "1.0.0-alpha.234",
44
"private": true,
55
"scripts": {
66
"dev": "cd webapp && npm run dev",

webapp/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "1.0.0-alpha.233"
3+
version = "1.0.0-alpha.234"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

webapp/native/Tauri.windows.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dirty hack to fix Windows version not fully compatible with semver
22
[package]
3-
version = "1.0.233"
3+
version = "1.0.234"
44
# fix missing dll files for Windows version
55
[tauri.bundle.resources]
66
"binaries/llama.cpp/llama.dll" = "./"

0 commit comments

Comments
 (0)