Skip to content

add CHANGELOG.md #757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 0.9.0 - 2020-04-21

### Added

- [This changelog!](https://github.com/bsdci/libioc/pull/757)
- [Released as Port](), this means it can now be installed vith `pkg`

### 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)
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down