Skip to content

Commit

Permalink
alectryon: Release version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Jul 14, 2021
1 parent 34b7be4 commit 1c3824f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
26 changes: 20 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
==================
Breaking changes
==================
===============
Major changes
===============

Version 1.2
===========

- Caching is now supported for all documents, not just those processed through docutils (``--cache-directory``). [c3dfa6b]

- (Experimental) LaTeX export now works for full reST and Coq documents, not just snippets. [GH-47]

Version 1.1
===========

- Rename CSS classes from ``.coq-…`` to ``.alectryon-…``.
- Rename CSS class ``alectryon-header`` to ``alectryon-banner``.
- Remove the undocumented ``alectryon-header`` directive.
- Alectryon is now on PyPI. [GH-46]

- `alectryon.el` is now on MELPA. [https://github.com/melpa/melpa/pull/7554]

Breaking changes
----------------

- CSS classes have been renamed from ``.coq-…`` to ``.alectryon-…``.
- CSS class ``alectryon-header`` is now ``alectryon-banner``.
- The undocumented ``alectryon-header`` has been removed.
2 changes: 1 addition & 1 deletion alectryon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

"""Annotate segments of Coq code with responses and goals."""

__version__ = "1.1"
__version__ = "1.2"
__author__ = 'Clément Pit-Claudel'
GENERATOR = "Alectryon"

0 comments on commit 1c3824f

Please sign in to comment.