Skip to content

Commit cfa920a

Browse files
chore(cf-file-parser): release v0.1.2
1 parent 7a3d338 commit cfa920a

5 files changed

Lines changed: 29 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ release-plz updates this file in the Release PR.
99

1010
## [Unreleased]
1111

12+
## [0.1.2](https://github.com/devjow/hyperspot/compare/cf-types-registry-v0.1.1...cf-types-registry-v0.1.2) - 2026-02-04
13+
14+
### Other
15+
16+
- reduce cognitive complexity threshold to 20 for modules
17+
18+
## [0.1.2](https://github.com/devjow/hyperspot/compare/cf-file-parser-v0.1.1...cf-file-parser-v0.1.2) - 2026-02-04
19+
20+
### Other
21+
22+
- Merge pull request #251 from yoskini/feat/Quick_start_guide (by @Artifizer) - #251
23+
24+
### Contributors
25+
26+
* @Artifizer
27+
28+
## [0.1.2](https://github.com/devjow/hyperspot/compare/cf-api-gateway-v0.1.1...cf-api-gateway-v0.1.2) - 2026-02-04
29+
30+
### Other
31+
32+
- reduce cognitive complexity threshold to 20 for modules
33+
1234
## [0.1.5](https://github.com/hypernetix/hyperspot/compare/cf-system-sdks-v0.1.4...cf-system-sdks-v0.1.5) - 2026-02-02
1335

1436
### Other

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/file_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cf-file-parser"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition.workspace = true
55
license.workspace = true
66
authors.workspace = true

modules/system/api_gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cf-api-gateway"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition.workspace = true
55
license.workspace = true
66
authors.workspace = true

modules/system/types_registry/types_registry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cf-types-registry"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition.workspace = true
55
license.workspace = true
66
authors.workspace = true
@@ -48,5 +48,5 @@ modkit-macros = { workspace = true }
4848

4949
[dev-dependencies]
5050
tower = { workspace = true, features = ["util"] }
51-
api_gateway = { package = "cf-api-gateway", version = "0.1.1", path = "../../api_gateway" }
51+
api_gateway = { package = "cf-api-gateway", version = "0.1.2", path = "../../api_gateway" }
5252
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)