Skip to content

Commit f848405

Browse files
committed
Release version 0.7.1
1 parent 7eb78b5 commit f848405

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.7.1] - 2025-03-10
810
### Fixed
911
- Support bracketed fields in query parameters replacement
1012
- Demo Vercel deployment resulting in error 500
@@ -205,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205207
### Added
206208
- Initial release of `datasette-dashboards`
207209

208-
[Unreleased]: https://github.com/rclement/datasette-dashboards/compare/0.7.0...HEAD
210+
[Unreleased]: https://github.com/rclement/datasette-dashboards/compare/0.7.1...HEAD
211+
[0.7.1]: https://github.com/rclement/datasette-dashboards/compare/0.7.0...0.7.1
209212
[0.7.0]: https://github.com/rclement/datasette-dashboards/compare/0.6.2...0.7.0
210213
[0.6.2]: https://github.com/rclement/datasette-dashboards/compare/0.6.1...0.6.2
211214
[0.6.1]: https://github.com/rclement/datasette-dashboards/compare/0.6.0...0.6.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datasette-dashboards"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Datasette plugin providing data dashboards from metadata"
55
repository = "https://github.com/rclement/datasette-dashboards"
66
authors = ["Romain Clement"]

0 commit comments

Comments
 (0)