Skip to content
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

Release 0.1.2 #12

Merged
merged 1 commit into from
Feb 1, 2019
Merged
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
22 changes: 21 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
Changelog
=========

.. _changelog-0.1.2:

0.1.2 / (2019-02-01)
--------------------

Bug Fixes
^^^^^^^^^

- Don't write to the filesystem at module import time. This fixes an issue
where the module could not be imported on systems where the file system is
unwriteable. (:issue:`10`, :issue:`11`)

.. _changelog-0.1.1:

0.1.1 / (2018-10-26)
--------------------

- Add LICENSE.txt to package manifest.
- Document privacy policy.

.. _changelog-0.1.0:

0.1.0 / (Unreleased)
0.1.0 / (2018-10-23)
--------------------

- Add ``cache`` module for configuring caching behaviors. (:issue:`1`)
Expand Down