Skip to content

Commit

Permalink
prep new release
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Aug 20, 2024
1 parent 7a833c9 commit b59caca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## v0.2.x (development version)
## v0.3.x (development version)

...

## v0.2.2 (Aug 14, 2024)
## v0.3.0 (Aug 20, 2024)

New vendor(s):

Expand All @@ -16,14 +16,22 @@ New feature(s):

Fix(es):

- Join references pointing to the right tables.
- Count CPU cores in all physical CPUs.
- Improve the standardization and cleanup of the CPU manufacturer, family, and model.
- Extract speed from CPU description when available instead of unreliable `dmidecode` data.
- Update included outbound network extractor at `hcloud` due to API change.
- Check if a server is available in a `gcp` zone even though a related price is known.
- Silence `SAWarning` on multiple relationships using overlapping compound foreign keys.
- Fix manually collected geolocation of 3 `gcp` regions.
- Fix spelling issues in benchmark and table column descriptions.

‼ Breaking changes:

- Complex queries with joins relying on the foreign keys of the table
definitions are now using the right references. This might result in
different (but correct) results than before.

## v0.2.1 (June 4, 2024)

Fix(es):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sparecores-crawler"
version = "0.2.2"
version = "0.3.0"
requires-python = ">= 3.9"
dependencies = [
"alembic",
Expand Down

0 comments on commit b59caca

Please sign in to comment.