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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.0.0](https://github.com/corriander/vdd/compare/v2.0.2...v3.0.0) (2026-03-15)


### ⚠ BREAKING CHANGES

* add a simple cli, drop legacy python support ([#17](https://github.com/corriander/vdd/issues/17))
* comes with dropping python 3.8-3.10 support
* **deps:** 3.11+ required

### Features

* add a simple cli ([1e41e9e](https://github.com/corriander/vdd/commit/1e41e9ee1ea07c44459e8b028f0285b4f6ace0f2))
* add a simple cli, drop legacy python support ([#17](https://github.com/corriander/vdd/issues/17)) ([aee3e81](https://github.com/corriander/vdd/commit/aee3e81f0ee1a81c9dec1c4a413351581274f73f))


### Build System

* **deps:** drop <3.11, add 3.12, 3.13; bump pandas/numpy ([1500153](https://github.com/corriander/vdd/commit/1500153db81f7b0a1c1dc751e80a6c4d87435c8d))

## [2.0.2](https://github.com/corriander/vdd/compare/v2.0.1...v2.0.2) (2026-03-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vdd"
version = "2.0.2"
version = "3.0.0"
description = "Tools for Value-Driven Design"
authors = [
{name = "Alex Corrie", email = "ajccode@gmail.com"}
Expand Down
2 changes: 1 addition & 1 deletion vdd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"""
from . import coda, requirements

__version__ = '2.0.2'
__version__ = '3.0.0'