From f5a1ad0f86067f7e0cc26d35ebf5468f4fb5e75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Tue, 21 Apr 2020 23:10:30 +0200 Subject: [PATCH 1/2] add CHANGELOG.md [ci skip] follow the https://changelog.md/ guidelines and add this! --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..8aea7678 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## x.y.z - 2020-mm-DD + +see [changelog.md](https://changelog.md/) for how to extend this for the next release. + +## 0.9.0 - 2020-04-21 + +### Added + +[This changelog!](https://github.com/bsdci/libioc/pull/757) + +### Changed + +- update our direct dependencies `py-jail` and `py-freebsd_sysctl`. +- [changed our installation of development dependencies](https://github.com/bsdci/libioc/pull/756) +- [speedup loading of C library](https://github.com/bsdci/libioc/pull/752) + +### Fixed + +- [Fix ZFS mount issue](https://github.com/bsdci/libioc/issues/755) this was a regression in libzfs core +- [Fix build on FreeBSD 12.1](https://github.com/bsdci/libioc/issues/750) From d986053b19915f86f679874a70153b6379046e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Wed, 22 Apr 2020 10:05:17 +0200 Subject: [PATCH 2/2] document howto release, and how to update changelog --- CHANGELOG.md | 7 ++----- README.md | 7 +++++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aea7678..a41d6628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,9 @@ -## x.y.z - 2020-mm-DD - -see [changelog.md](https://changelog.md/) for how to extend this for the next release. - ## 0.9.0 - 2020-04-21 ### Added -[This changelog!](https://github.com/bsdci/libioc/pull/757) +- [This changelog!](https://github.com/bsdci/libioc/pull/757) +- [Released as Port](), this means it can now be installed vith `pkg` ### Changed diff --git a/README.md b/README.md index 6f227ed2..c9f97ee4 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,13 @@ make install-dev make check ``` +### Releases + +We try to *manually* keep a [Changelog](CHANGELOG.md), following the style on [changelog.md](https://changelog.md). +New releases are tagged according to [Semver](https://semver.org/), released on [PyPi](https://pypi.org/project/libioc/), and published as [port](https://github.com/bsdci/ports). + +To get a port published, we need to [create a Bugzilla Issue in the Ports category](https://bugs.freebsd.org/bugzilla/enter_bug.cgi?component=Individual%20Port%28s%29&product=Ports%20%26%20Packages) + --- ### Project Status (Archive)