From 2732cd175c1e878210707162de3928f33fb2f201 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 12 Jul 2021 08:10:18 -0700 Subject: [PATCH] include CHANGELOG in source distribution --- CHANGELOG | 3 +++ MANIFEST.in | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 261c6055..3a9c49f1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ jc changelog +202107xx v1.16.0 (in progress) +- Include CHANGELOG in source distribution + 20210707 v1.15.7 - Add sfdisk command parser tested on linux - Update unit test files to change the timezone when needed (POSIX only) diff --git a/MANIFEST.in b/MANIFEST.in index 11ba14e6..30c2d7ba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include jc/man/jc.1.gz +include CHANGELOG