Skip to content

Commit 26d0d85

Browse files
committed
chore(release): create v1.0.0-alpha.238
1 parent 06d9929 commit 26d0d85

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.238](https://github.com/Opla/opla/compare/v1.0.0-alpha.237...v1.0.0-alpha.238) (2024-12-20)
2+
3+
4+
### Bug Fixes
5+
6+
* openai error messages ([#1436](https://github.com/Opla/opla/issues/1436)) ([06d9929](https://github.com/Opla/opla/commit/06d99299741d43c9c28dac3b3f4d2881f78a0252))
7+
18
# [1.0.0-alpha.237](https://github.com/Opla/opla/compare/v1.0.0-alpha.236...v1.0.0-alpha.237) (2024-12-19)
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.237"
3+
version = "1.0.0-alpha.238"
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.237"
3+
version = "1.0.0-alpha.238"
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.237"
3+
version = "1.0.0-alpha.238"
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.237"
3+
version = "1.0.0-alpha.238"
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.237",
3+
"version": "1.0.0-alpha.238",
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.237"
3+
version = "1.0.0-alpha.238"
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.237"
3+
version = "1.0.238"
44
# fix missing dll files for Windows version
55
[tauri.bundle.resources]
66
"binaries/llama.cpp/llama.dll" = "./"

0 commit comments

Comments
 (0)