Skip to content

Commit 41e2e7e

Browse files
chore(main): release 2.0.2 (#16)
🤖 I have created a release *beep* *boop* --- ## [2.0.2](v2.0.1...v2.0.2) (2026-03-15) ### Bug Fixes * uv, update deps, fix tests ([feee20c](feee20c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd0ca2e commit 41e2e7e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/corriander/vdd/compare/v2.0.1...v2.0.2) (2026-03-15)
4+
5+
6+
### Bug Fixes
7+
8+
* uv, update deps, fix tests ([feee20c](https://github.com/corriander/vdd/commit/feee20c75a02e17e171bf78a09aea64754a3640a))
9+
310
## [2.0.1](https://github.com/corriander/vdd/compare/v2.0.0...v2.0.1) (2023-11-07)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vdd"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "Tools for Value-Driven Design"
55
authors = [
66
{name = "Alex Corrie", email = "ajccode@gmail.com"}

vdd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"""
99
from . import coda, requirements
1010

11-
__version__ = '2.0.1'
11+
__version__ = '2.0.2'

0 commit comments

Comments
 (0)