Skip to content

Commit

Permalink
start changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Jun 11, 2019
1 parent b12db41 commit 3b3099c
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ AuthoritySpoke.egg-info
.pytest_cache
.vscode
.mypy_cache/
build/
dist/
docs/_build/
html/
htmlcov/
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ wily = "*"
coveralls = "*"
setuptools = "*"
wheel = "*"
twine = "*"

[requires]
python_version = "3.7.3"
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
=========
Changelog
=========

dev
===


0.1.0 (2019-06-10)
==================

- Added Regime and Jurisdiction classes to organize Enactments
- Added TextQuoteSelector class to select text from Enactments
- changed Enactment init method to use TextQuoteSelectors
19 changes: 19 additions & 0 deletions docs/history/releases.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. _releases:

===============
Current Updates
===============

GitHub
======

You can find open issues and current changes to AuthoritySpoke through its
`GitHub repo <https://github.com/mscarey/AuthoritySpoke>`_.

Twitter
=======

On Twitter, you can follow `@authorityspoke <https://twitter.com/authorityspoke>`_
or its author Matt Carey `@mcareyaus <https://twitter.com/mcareyaus>`_ for project updates.

.. include:: ../../changelog.md
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ API Reference
api/context
api/selectors

Development Updates
-------------------

.. toctree::
:maxdepth: 2

history/releases

Indices and tables
------------------

Expand Down

0 comments on commit 3b3099c

Please sign in to comment.