Skip to content

Prepare the 1.2.0 release - #69

Merged
gyli merged 1 commit into
masterfrom
chore/release-1.2.0
Sep 17, 2026
Merged

gyli merged 1 commit into
masterfrom
chore/release-1.2.0

Conversation

@gyli

@gyli gyli commented Sep 17, 2026

Copy link
Copy Markdown
Owner

No description provided.

…This is the last change before tagging.

## What this does

- Dates the CHANGELOG heading: `v1.2.0 (unreleased)` becomes `v1.2.0 (2026-09-17)`.
- Records the quickstart and docs-homepage rewrite, which landed in #68 and was the one user-visible change with no CHANGELOG line.
- Removes a stray blank line that split the `New` list in two.

`pywaffle/_version.py` already reads `1.2.0`, so no version bump is needed.

## Release readiness, verified on this branch

Built both artifacts and installed each into a clean venv, in both install modes, rather than trusting the suite:

| | plain | `[icons]` |
|---|---|---|
| wheel | 10/10 checks, icons refused with the install hint | 10/10 checks, icons drew 50 glyphs |
| sdist | 10/10 checks, icons refused with the install hint | 10/10 checks, icons drew 50 glyphs |

Checks covered `waffle_chart()`, fractional blocks, `show_values`, `sort_values="DESC"`, `block_edge_color`, `background_color`, viridis being distinguishable, the zero-block guard, independent subplot legends, and `pywaffle.waffle` still being a module.

Wheel metadata is what it should be:

```
Requires-Python: >=3.9
Requires-Dist: matplotlib>=3.6
Provides-Extra: icons
Requires-Dist: fontawesomefree; extra == "icons"
License-Expression: MIT
```

Also on current `master`: 234 tests pass, image comparisons pass, the suite is clean with deprecations as errors, `black` is clean, sphinx emits only its five pre-existing warnings, the examples regenerate, every referenced image exists, and every module still parses as Python 3.9.

I also checked the CHANGELOG's own claims rather than assuming: `reload_font_awesome()` and `font_awesome_status()` are both exported, `MAX_BLOCKS` really is 10,000,000, and `font_awesome_status()` does not raise when Font Awesome is missing.
BODY
gh pr create --base master --head chore/release-1.2.0 --title 'Prepare the 1.2.0 release' --body-file /tmp/relpr.md 2>&1 | tail -2
Prepare the 1.2.0 release

Date the CHANGELOG heading, record the quickstart rewrite from #68, which was the one
user-visible change with no entry, and remove a stray blank line splitting the New list.

pywaffle/_version.py already reads 1.2.0, so there is no version bump to make.
@gyli
gyli merged commit 1c45009 into master Sep 17, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant