summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 16:44:46 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 16:44:46 +1000
commitd3883fc8c38006d4ec429477a0c532b222454165 (patch)
tree00e008cc731d38940dfe6e66981162714b90a09c
parent1813763fc5f50aca2ae895900ce6dd619da4793b (diff)
downloadansicolor-d3883fc8c38006d4ec429477a0c532b222454165.tar.gz
update changelog
-rw-r--r--README.rst4
-rw-r--r--docs/src/changes.rst13
2 files changed, 17 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 826147c..4832a26 100644
--- a/README.rst
+++ b/README.rst
@@ -137,6 +137,10 @@ Quality assurance (see steps above for how to):
4. Make sure ``flake8`` checker passes.
5. Make sure ``black`` formatter has no changes to make.
+Doc updates:
+
+1. Update ``docs/src/changes.rst``.
+
Doing a release:
1. Bump version in ``ansicolor/__init__.py``.
diff --git a/docs/src/changes.rst b/docs/src/changes.rst
index 09a4831..1e126b7 100644
--- a/docs/src/changes.rst
+++ b/docs/src/changes.rst
@@ -2,6 +2,19 @@ Release notes
=============
+0.3.0
+-----
+
+- Dropped support for Python 2.6.
+
+0.2.6
+-----
+
+- New :func:`ansicolor.get_code_v2` which mirrors :func:`ansicolor.get_code` but also
+ allows passing ``underline`` and ``blink``.
+- New :func:`ansicolor.colorize_v2` which mirrors :func:`ansicolor.colorize` but also
+ allows passing ``underline`` and ``blink``.
+
0.2.4
-----