You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changes/changes_1.7.0.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,22 @@
1
1
# 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
+
2
20
## Documentation
3
21
4
22
*#504: Removed Issue Tracking & Style Guides, moved & updated "Create a release", moved & updated "Collecting metrics"
0 commit comments