Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to `slackblocks` are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1] — 2026-08-16

A documentation and packaging-metadata patch; no library behaviour changes.

### Changed

- The PyPI page now carries Homepage, Repository, Documentation, and Changelog
links (`[project.urls]` was previously misplaced and silently dropped from
the wheel metadata).
- The README leads with the new language-neutral project logo, links to the
current documentation site paths, and shows the quickstart's rendered
message.
- Wheels are built with current Hatchling again (Core Metadata 2.5), now that
Twine 7 validates it; the temporary `hatchling<1.28` pin is retired.

## [2.1.0] — 2026-08-14

The 2.1 release adds the current generation of Block Kit blocks while keeping
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "slackblocks"
version = "2.1.0"
version = "2.1.1"
description = "Python wrapper for the Slack Blocks API"
authors = [
{ name = "Nicholas Lambourne", email = "dev@ndl.im" },
Expand Down
2 changes: 1 addition & 1 deletion python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to the TypeScript package are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1] — 2026-08-16

A documentation-only patch; no library behaviour changes.

### Changed

- The npm page README now matches the PyPI treatment: project logo, badges,
a why-section, the CI-notification quickstart with one-line sending via
`@slack/web-api`, its rendered message, and full documentation links.

## [2.1.0] — 2026-08-14

The first public TypeScript/JavaScript release of
Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicklambourne/slackblocks",
"version": "2.1.0",
"version": "2.1.1",
"description": "Typed Block Kit construction with eager, path-aware validation",
"type": "module",
"sideEffects": false,
Expand Down
Loading