Skip to content

Commit c750174

Browse files
chore: release v0.2.2
1 parent df74bbb commit c750174

File tree

7 files changed

+33
-8
lines changed

7 files changed

+33
-8
lines changed

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.

popgetter-cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.2](https://github.com/Urban-Analytics-Technology-Platform/popgetter/compare/popgetter-cli-v0.2.1...popgetter-cli-v0.2.2) - 2025-03-31
11+
12+
### Other
13+
14+
- enforces consistant naming of README,md files
15+
- add extra readmes
16+
- Add base path to CLI, remove dev from subcommands
17+
- Add dev config to CLI
18+
- Add dev mode flag to CLI
19+
1020
### Fixed
1121

1222
- minor tweaks to the release process.

popgetter-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "popgetter-cli"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT"
66
description = "CLI for popgetter"
@@ -21,7 +21,7 @@ itertools = { workspace = true }
2121
log = { workspace = true }
2222
nonempty = { workspace = true, features = ["serialize"] }
2323
polars = { workspace = true, features = ["lazy", "is_in", "http", "streaming", "parquet", "polars-io", "regex", "strings", "rows"] }
24-
popgetter-core = { path = "../popgetter-core", version = "0.2.0" }
24+
popgetter-core = { path = "../popgetter-core", version = "0.2.2" }
2525
pretty_env_logger = { workspace = true }
2626
serde = { workspace = true, features = ["derive"] }
2727
serde_json = { workspace = true }

popgetter-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.2](https://github.com/Urban-Analytics-Technology-Platform/popgetter/compare/popgetter-core-v0.2.1...popgetter-core-v0.2.2) - 2025-03-31
11+
12+
### Other
13+
14+
- Update README for popgetter-core
15+
- enforces consistant naming of README,md files
16+
- add extra readmes
17+
- Add dev config to CLI
18+
1019
### Fixed
1120

1221
- minor tweaks to the release process.

popgetter-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 = "popgetter-core"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT"
66
description = "Core library for popgetter"

popgetter-py/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.2](https://github.com/Urban-Analytics-Technology-Platform/popgetter/compare/popgetter-py-v0.2.1...popgetter-py-v0.2.2) - 2025-03-31
11+
12+
### Other
13+
14+
- add build deps
15+
1016
### Fixed
1117

1218
- minor tweaks to the release process.

popgetter-py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "popgetter-py"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT"
66
description = "Python bindings for popgetter"
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313
[dependencies]
1414
anyhow = { workspace = true }
1515
polars = { workspace = true, features = ["lazy", "is_in", "http", "streaming", "parquet", "polars-io", "regex", "strings", "rows"] }
16-
popgetter-core = { path = "../popgetter-core", version = "0.2.0"}
16+
popgetter-core = { path = "../popgetter-core", version = "0.2.2" }
1717
pyo3 = { workspace = true, features = ["anyhow", "experimental-async"] }
1818
pyo3-polars ={ workspace = true }
1919
serde = { workspace = true }

0 commit comments

Comments
 (0)