Skip to content

Commit e604dcf

Browse files
committed
docs - added version info and changelog
1 parent 1011e28 commit e604dcf

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

fluent.runtime/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

fluent.runtime/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Changelog
2+
=========
3+
4+
fluent.runtime 0.1 (January 21, 2019)
5+
-------------------------------------
6+
7+
First release to PyPI of ``fluent.runtime``. This release contains a
8+
``FluentBundle`` implementation that can generate translations from FTL spec. It
9+
targets the Fluent 0.6 spec.

fluent.runtime/docs/history.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../CHANGELOG.rst

fluent.runtime/docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
Welcome to fluent.runtime's documentation!
77
==========================================
88

9+
These are the docs for ``fluent.runtime`` |release|. Check the :doc:`/history` for
10+
significant changes.
11+
912
.. toctree::
1013
:maxdepth: 2
1114
:caption: Contents:
1215

1316
installation
1417
usage
18+
history
1519

1620

1721
Indices and tables

0 commit comments

Comments
 (0)