Skip to content

Commit 17a9ea8

Browse files
authored
Merge pull request #96 from thegreenwebfoundation/tc-version-bump-0.0.16
version bump: v0.0.16
2 parents 3e6874e + 4deb805 commit 17a9ea8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ Fixed, Changed, Added, Removed, Fixed, Security
1010

1111
## Unreleased
1212

13+
## [0.0.16]
14+
15+
### Added
16+
- Expose delegation method on domain endpoint.
17+
- Add distinguish between failing 200 and 404 responses
18+
- Add handling HTML served at example.org/carbon.txt
19+
20+
### Changed
21+
- Ensure DNS record delegation takes priority
22+
23+
### Fixed
24+
- add pyright config to get rid of spurious typecheck warnings
25+
- Stop the CI double runs
26+
- Add github action for deploying the service
27+
28+
1329
## [0.0.15]
1430

1531
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "carbon-txt"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
description = "A command line tool containing a validator for carbon.txt files, by the Green Web Foundation"
55
authors = [
66
{ name = "Chris Adams" },

0 commit comments

Comments
 (0)