Add the NEWS changelog file to release tarball (#1298).

This commit is contained in:
Dan Helfman
2026-04-20 15:42:17 -07:00
parent 9da75fdc58
commit d8f558ce0d
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
# This file only applies to the source dist tarball, not the built wheel.
include NEWS
include borgmatic/config/schema.yaml
graft docs
graft sample
+3
View File
@@ -1,3 +1,6 @@
2.1.6.dev0
* Add the NEWS changelog file to release tarball (#1298).
2.1.5
* #1229: Document the permissions needed for the PostgreSQL database hook:
https://torsion.org/borgmatic/reference/configuration/data-sources/postgresql/
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "2.1.5"
version = "2.1.6.dev0"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]