Skip to content

Commit b0435fb

Browse files
committed
chore: sync changes
1 parent d0d57cd commit b0435fb

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ body:
6868
attributes:
6969
label: hawk-sdk version
7070
description: Output of `python -c "import hawk; print(hawk.__version__)"`.
71-
placeholder: "0.2.0"
71+
placeholder: "0.1.0"
7272
validations:
7373
required: true
7474

@@ -77,7 +77,7 @@ body:
7777
attributes:
7878
label: hawk daemon version
7979
description: Output of `hawk version` (the daemon you're hitting).
80-
placeholder: "0.2.0"
80+
placeholder: "0.1.0"
8181
validations:
8282
required: true
8383

CHANGELOG.md

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

1010
### Fixed
1111
- **`__version__` now agrees with `pyproject.toml`.** The prior hardening
12-
commit bumped `pyproject.toml` to `0.2.0` but missed
12+
commit bumped `pyproject.toml` to `0.1.0` but missed
1313
`src/hawk/_version.py`, which still reported `0.1.0`. Both now report
14-
`0.2.0`. Aligns the SDK with the rest of the hawk-eco ecosystem
14+
`0.1.0`. Aligns the SDK with the rest of the hawk-eco ecosystem
1515
(`hawk`, `tok`, `eyrie`, `yaad`, `trace`, `sight`, `inspect`,
1616
`hawk-sdk-go`).
1717

@@ -78,6 +78,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7878
RUF rule sets) and `mypy --strict` config in `pyproject.toml`.
7979
- Added `Makefile` with standard targets (`test`, `test-coverage`,
8080
`lint`, `format`, `typecheck`, `clean`, `help`).
81-
- Bumped `pyproject.toml` version to `0.2.0` (this PR completes the
81+
- Bumped `pyproject.toml` version to `0.1.0` (this PR completes the
8282
bump by also updating `_version.py`).
8383
- Added `pytest` strict-markers and short-traceback config.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Typing :: Typed",
3030
]
3131
dependencies = [
32-
"eval-type-backport>=0.2.0; python_version < '3.10'",
32+
"eval-type-backport>=0.1.0; python_version < '3.10'",
3333
"httpx>=0.25.0",
3434
"pydantic>=2.0.0",
3535
]

0 commit comments

Comments
 (0)