Skip to content

Commit ed4caad

Browse files
author
NyanKiyoshi
committed
Bump version to v1.0.0rc2
1 parent 73a9e35 commit ed4caad

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
v1.0.0rc2 - June 5th 2019
2+
+++++++++++++++++++++++++
3+
4+
- Renamed the marker description to be more meaningful about was it does.
5+
- Fixed a typo in the readme file.
6+
- Added help texts for named parameters in the cli.
7+
- Fixed the wrong help text saying it is taking an integer when it actually expects a file path.
8+
- Users can now mark tests without having the ``count_queries`` fixture injected automatically if a custom order or manual usage is needed.
9+
- Added a better filtering of unwanted keywords in humanization of test names. It now handles test cases names inside modules (dotted import names).
10+
- Added a ``backup`` command to ``django-queries`` to make it easier of making a copy of the current results.
11+
12+
113
v1.0.0rc1 - May 24th 2019
2-
++++++++++++++++++++++++
14+
+++++++++++++++++++++++++
315

416
- Users can now backup/copy their previous results using the ``--django-backup-queries`` parameter when running ``pytest``.
517
- The HTML cli command now exports to ``django-queries-results.html`` by default instead of ``stdout``, instead, users have to run ``django-queries html -`` for the output to go in ``stdout``.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<a href='https://pypi.python.org/pypi/pytest-django-queries'>
1616
<img src='https://img.shields.io/pypi/v/pytest-django-queries.svg' alt='Version' />
1717
</a>
18-
<a href="https://pypi.org/project/pytest-django-queries/1.0.0rc1/">
19-
<img src="https://img.shields.io/badge/pypi%20unstable-v1.0.0rc1-FF0000.svg" alt="Latest Unstable on pypi">
18+
<a href="https://pypi.org/project/pytest-django-queries/1.0.0rc2/">
19+
<img src="https://img.shields.io/badge/pypi%20unstable-v1.0.0rc2-FF0000.svg" alt="Latest Unstable on pypi">
2020
</a>
2121
</p>
2222
<p>
23-
<a href='https://github.com/NyanKiyoshi/pytest-django-queries/compare/v1.0.0rc1...master'>
24-
<img src='https://img.shields.io/github/commits-since/NyanKiyoshi/pytest-django-queries/v1.0.0rc1.svg' alt='Commits since latest release' />
23+
<a href='https://github.com/NyanKiyoshi/pytest-django-queries/compare/v1.0.0rc2...master'>
24+
<img src='https://img.shields.io/github/commits-since/NyanKiyoshi/pytest-django-queries/v1.0.0rc2.svg' alt='Commits since latest release' />
2525
</a>
2626
<a href='https://pypi.python.org/pypi/pytest-django-queries'>
2727
<img src='https://img.shields.io/pypi/pyversions/pytest-django-queries.svg' alt='Supported versions' />

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0rc1
1+
1.0.0rc2

0 commit comments

Comments
 (0)