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. # This file only applies to the source dist tarball, not the built wheel.
include NEWS
include borgmatic/config/schema.yaml include borgmatic/config/schema.yaml
graft docs graft docs
graft sample 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 2.1.5
* #1229: Document the permissions needed for the PostgreSQL database hook: * #1229: Document the permissions needed for the PostgreSQL database hook:
https://torsion.org/borgmatic/reference/configuration/data-sources/postgresql/ https://torsion.org/borgmatic/reference/configuration/data-sources/postgresql/
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "borgmatic" name = "borgmatic"
version = "2.1.5" version = "2.1.6.dev0"
authors = [ authors = [
{ name="Dan Helfman", email="witten@torsion.org" }, { name="Dan Helfman", email="witten@torsion.org" },
] ]