Skip to content

Commit c4cb97d

Browse files
Bump version to 0.0.6
1 parent 93ec562 commit c4cb97d

4 files changed

Lines changed: 29 additions & 23 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.0.6 - 2025-10-21
9+
10+
### Changed
11+
12+
- Fixed wrong manifest variable name
13+
814
## 0.0.5 - 2025-09-04
915

1016
### Added

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: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "asimov-brightdata-module"
5-
version = "0.0.5"
5+
version = "0.0.6"
66
authors = ["ASIMOV Protocol <support@asimov.so>"]
77
edition = "2024"
88
#rust-version = "1.85"
@@ -14,10 +14,10 @@ repository = "https://github.com/asimov-modules/asimov-brightdata-module"
1414
license = "Unlicense"
1515
keywords = ["asimov-module", "asimov", "ai"]
1616
categories = [
17-
"command-line-utilities",
18-
"api-bindings",
19-
"web-programming::http-client",
20-
"text-processing",
17+
"command-line-utilities",
18+
"api-bindings",
19+
"web-programming::http-client",
20+
"text-processing",
2121
]
2222
publish = true
2323

@@ -27,39 +27,39 @@ all = ["tracing"]
2727
cli = ["asimov-module/cli", "pretty", "dep:clap", "dep:clientele"]
2828
pretty = ["dep:colored_json"]
2929
std = [
30-
"asimov-module/std",
31-
"clap?/std",
32-
"clientele?/std",
33-
"jq/std",
34-
"serde/std",
35-
"tracing-subscriber?/fmt",
36-
"tracing-subscriber?/std",
30+
"asimov-module/std",
31+
"clap?/std",
32+
"clientele?/std",
33+
"jq/std",
34+
"serde/std",
35+
"tracing-subscriber?/fmt",
36+
"tracing-subscriber?/std",
3737
]
3838
tracing = ["asimov-module/tracing", "dep:tracing-subscriber"]
3939
unstable = []
4040

4141
[dependencies]
4242
asimov-module = { version = "25.0.0-dev.21", default-features = false, features = [
43-
"serde",
43+
"serde",
4444
] }
4545
clap = { version = "4.5", default-features = false, optional = true }
4646
clientele = { version = "0.3", default-features = false, features = [
47-
"argfile",
48-
"dotenv",
49-
"wild",
47+
"argfile",
48+
"dotenv",
49+
"wild",
5050
], optional = true }
5151
colored_json = { version = "5", default-features = false, optional = true }
5252
jq = { version = "0.1", default-features = false, features = ["all"] }
5353
serde = { version = "1", default-features = false, features = ["derive"] }
5454
serde_json = { version = "1", default-features = false, features = ["alloc"] }
5555
tracing-subscriber = { version = "0.3", default-features = false, features = [
56-
"alloc",
57-
"tracing-log",
56+
"alloc",
57+
"tracing-log",
5858
], optional = true }
5959
ureq = { version = "3.0", default-features = false, features = [
60-
"platform-verifier",
61-
"rustls",
62-
"json",
60+
"platform-verifier",
61+
"rustls",
62+
"json",
6363
] }
6464

6565
[profile.release]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.5
1+
0.0.6

0 commit comments

Comments
 (0)