Skip to content

Commit 06b15b4

Browse files
committed
chore(release): create v1.0.0-alpha.236
1 parent 693755b commit 06b15b4

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.236](https://github.com/Opla/opla/compare/v1.0.0-alpha.235...v1.0.0-alpha.236) (2024-12-19)
2+
3+
4+
### Bug Fixes
5+
6+
* infinite loop error stream [#1421](https://github.com/Opla/opla/issues/1421) ([#1434](https://github.com/Opla/opla/issues/1434)) ([693755b](https://github.com/Opla/opla/commit/693755b2726cdf40f9a1682171342b128c61b58d))
7+
18
# [1.0.0-alpha.235](https://github.com/Opla/opla/compare/v1.0.0-alpha.234...v1.0.0-alpha.235) (2024-12-18)
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.235"
3+
version = "1.0.0-alpha.236"
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.235"
3+
version = "1.0.0-alpha.236"
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.235"
3+
version = "1.0.0-alpha.236"
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.235"
3+
version = "1.0.0-alpha.236"
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.235",
3+
"version": "1.0.0-alpha.236",
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.235"
3+
version = "1.0.0-alpha.236"
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.235"
3+
version = "1.0.236"
44
# fix missing dll files for Windows version
55
[tauri.bundle.resources]
66
"binaries/llama.cpp/llama.dll" = "./"

0 commit comments

Comments
 (0)