Skip to content

Commit

Permalink
chore(release): create v1.0.0-alpha.231
Browse files Browse the repository at this point in the history
  • Loading branch information
oplabot committed Sep 25, 2024
1 parent 40f4ad2 commit 594bd68
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-alpha.231](https://github.com/Opla/opla/compare/v1.0.0-alpha.230...v1.0.0-alpha.231) (2024-09-25)


### Bug Fixes

* assets not present in windows bundle [#1296](https://github.com/Opla/opla/issues/1296) ([#1297](https://github.com/Opla/opla/issues/1297)) ([40f4ad2](https://github.com/Opla/opla/commit/40f4ad26b24847e7cbb26de57b3fac98cec2ff6c))

# [1.0.0-alpha.230](https://github.com/Opla/opla/compare/v1.0.0-alpha.229...v1.0.0-alpha.230) (2024-09-25)


Expand Down
10 changes: 5 additions & 5 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.230"
version = "1.0.0-alpha.231"
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.230"
version = "1.0.0-alpha.231"
edition = "2021"

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

include = ["src/**/*"]
Expand Down
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.230"
version = "1.0.0-alpha.231"
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.230",
"version": "1.0.0-alpha.231",
"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.230"
version = "1.0.0-alpha.231"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
4 changes: 2 additions & 2 deletions webapp/native/Tauri.windows.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Dirty hack to fix Windows version not fully compatible with semver
[package]
version = "1.0.230"
version = "1.0.231"
# fix missing dll files for Windows version
[tauri.bundle.resources]
"binaries/llama.cpp/llama.dll" = "./"
"binaries/llama.cpp/ggml.dll" = "./"
"assets/opla_default_config.json" = "assets/"
"assets/default_presets.json" = "assets/"
"assets/default_providers.json" = "assets/"
"assets/default_assistants.json" = "assets/"
"assets/default_assistants.json" = "assets/"
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opla",
"version": "1.0.0-alpha.230",
"version": "1.0.0-alpha.231",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 594bd68

Please sign in to comment.