We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba5c4b7 + 1a19b38 commit 9bfa14cCopy full SHA for 9bfa14c
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+0.2.0 (2020-03-11)
7
+------------------
8
+
9
+* Support for Alpine Linux
10
+* Avoid pip private modules in setup.py
11
12
0.2.0b1 (2020-01-09)
13
--------------------
14
py_mini_racer/__init__.py
@@ -2,6 +2,6 @@
2
__author__ = 'Sqreen'
__email__ = 'hey@sqreen.io'
-__version__ = '0.2.0b2'
+__version__ = '0.2.0'
__all__ = ['py_mini_racer']
0 commit comments