Skip to content

Commit 573dc24

Browse files
committed
Add summary to release
1 parent a175471 commit 573dc24

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/changes/changes_1.7.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# 1.7.0 - 2025-07-28
2+
3+
## Summary
4+
5+
This version of the PTB alters the nox session `release:prepare` to include direct dependency changes between the current and latest tag (based on the `poetry.lock` files).
6+
This benefits developers by automating the cumbersome process of determining what changed between tags, and it does so
7+
in a deterministic and consistent way. If there are dependency changes, then they will be rendered
8+
as:
9+
10+
```markdown
11+
## Dependency Updates
12+
13+
### `main`
14+
* Updated dependency `package_1:0.0.1` to `0.1.0`
15+
16+
### `dev`
17+
* Added dependency `package_2:0.2.0`
18+
```
19+
220
## Documentation
321

422
* #504: Removed Issue Tracking & Style Guides, moved & updated "Create a release", moved & updated "Collecting metrics"

0 commit comments

Comments
 (0)