Skip to content

Commit 5023ca2

Browse files
committed
chore(release): create v1.0.0-alpha.235
1 parent a3ba1c9 commit 5023ca2

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.235](https://github.com/Opla/opla/compare/v1.0.0-alpha.234...v1.0.0-alpha.235) (2024-12-18)
2+
3+
4+
### Bug Fixes
5+
6+
* don't clear changedPrompt [#1419](https://github.com/Opla/opla/issues/1419) ([#1433](https://github.com/Opla/opla/issues/1433)) ([a3ba1c9](https://github.com/Opla/opla/commit/a3ba1c9d04b576eaff9a4a9e807e9cf0f6b8b888))
7+
18
# [1.0.0-alpha.234](https://github.com/Opla/opla/compare/v1.0.0-alpha.233...v1.0.0-alpha.234) (2024-12-16)
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.234"
3+
version = "1.0.0-alpha.235"
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.234"
3+
version = "1.0.0-alpha.235"
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.234"
3+
version = "1.0.0-alpha.235"
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.234"
3+
version = "1.0.0-alpha.235"
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.234",
3+
"version": "1.0.0-alpha.235",
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.234"
3+
version = "1.0.0-alpha.235"
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.234"
3+
version = "1.0.235"
44
# fix missing dll files for Windows version
55
[tauri.bundle.resources]
66
"binaries/llama.cpp/llama.dll" = "./"

0 commit comments

Comments
 (0)