We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f72ce commit b773c7bCopy full SHA for b773c7b
RELEASE.md
@@ -1,3 +1,18 @@
1
+# [Release 0.3.0](https://github.com/standy66/purerpc/compare/v0.2.1...v0.3.0) (2019-02-14)
2
+
3
4
+### Features
5
6
+* expose new functions in purerpc.test_utils ([07b10e1](https://github.com/standy66/purerpc/commit/07b10e1))
7
+* migrate to pytest ([95c0a8b](https://github.com/standy66/purerpc/commit/95c0a8b))
8
9
10
+### BREAKING CHANGES
11
12
+* purerpc.test_utils.PureRPCTestCase is removed
13
14
15
16
# [Release 0.2.0](https://github.com/standy66/purerpc/compare/v0.1.6...v0.2.0) (2019-02-10)
17
18
src/purerpc/_version.py
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py
-__version__ = "0.2.0"
+__version__ = "0.3.0"
0 commit comments