Skip to content

Commit 1f5fd5d

Browse files
committed
Prepare 0.1.1 release
1 parent 96e7021 commit 1f5fd5d

5 files changed

Lines changed: 33 additions & 175 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
[package]
22
name = "celq"
33
description = "A CEL command-line query tool for JSON data"
4-
version = "0.1.1-alpha.11"
4+
version = "0.1.1"
55
edition = "2024"
66
rust-version = "1.90"
77
authors = ["Ivan Carvalho <ivancarvalho@gatech.edu>"]

npm/celq/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "celq",
3-
"version": "0.1.1-alpha.10",
3+
"version": "0.1.1",
44
"bin": "lib/index.js",
55
"scripts": {
66
"typecheck": "tsc --noEmit",
@@ -26,12 +26,12 @@
2626
"typescript": "^5.9.3"
2727
},
2828
"optionalDependencies": {
29-
"@ivaniscoding/celq-darwin-arm64": "0.1.1-alpha.10",
30-
"@ivaniscoding/celq-darwin-x64": "0.1.1-alpha.10",
31-
"@ivaniscoding/celq-linux-arm64": "0.1.1-alpha.10",
32-
"@ivaniscoding/celq-linux-x64": "0.1.1-alpha.10",
33-
"@ivaniscoding/celq-windows-arm64": "0.1.1-alpha.10",
34-
"@ivaniscoding/celq-windows-x64": "0.1.1-alpha.10"
29+
"@ivaniscoding/celq-darwin-arm64": "0.1.1",
30+
"@ivaniscoding/celq-darwin-x64": "0.1.1",
31+
"@ivaniscoding/celq-linux-arm64": "0.1.1",
32+
"@ivaniscoding/celq-linux-x64": "0.1.1",
33+
"@ivaniscoding/celq-windows-arm64": "0.1.1",
34+
"@ivaniscoding/celq-windows-x64": "0.1.1"
3535
},
3636
"eslintConfig": {
3737
"extends": [

pypi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires-python = ">=3.10"
44
description = "A CEL command-line query tool for JSON data"
55
readme = {file = "README.md", content-type = "text/markdown"}
66
license-files = ["LICENSE-MIT", "LICENSE-APACHE"]
7-
version = "0.1.1a9"
7+
version = "0.1.1"
88
classifiers=[
99
"Intended Audience :: Developers",
1010
"Programming Language :: Rust",

0 commit comments

Comments
 (0)