forked from mdomke/pytest-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
112 lines (78 loc) · 2.03 KB
/
ChangeLog
File metadata and controls
112 lines (78 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
CHANGES
=======
2.1.0
-----
* Added tox-travis and python 3.6 tests/annotations
* Replaces redundant `pytestconfig.getini` with intended `getoption`
* Fixes a bug with file extension check
* Adds Python 3 interpreters for Travis CI
* Adds python 3.5 tox environment and package metadata classifier
* Local variable name doesn't clash with built-in "format"
* Fixture files are opened in UTF-8 no matter what the system encoding is
* Adds function and tests to make skipping for specific engines easier
* Fix link to migration section
2.0.2
-----
* Build sdist distributions on travis-ci
* Fix monospaced text
* Adapt documentation. Add migration section
* Remove version restriction from mongomock
2.0.1
-----
* Update repo-name in travis-ci configuration
2.0.0
-----
* Set next development target to 2.1.0
* Rename project to pytest-mongodb
* Remove version 3.3.5 from .python-version
1.3.0
-----
* Set next development version to 1.4.0
* Adds command line option to change humongous settings
1.2.4
-----
* pinning mongomock version below 3.0.0
1.2.3
-----
* Remove bogus print call
1.2.2
-----
* Add twine for deployment to workaround https://github.com/travis-ci/dpl/issues/296
1.2.1
-----
* Update travis configuration to possibly fix deplyoment problem
1.2.0
-----
* Set next development target to 1.3.0
* Use bson.json_util to load fixtures. Allow real MongoClient
1.1.0
-----
* Set next development target to 1.2.0
* Load parsed docs from cache
* Update package meta data. Add license and dev status
1.0.5
-----
* Update README.rst
* Add highlighting to code-blocks
1.0.4
-----
* Build wheels instead of source packages
1.0.3
-----
* Use MIT license
* Add build and version info to README
* Update pip before building
* Add travis configuration
* Add changelog ignore AUTHORS
1.0.2
-----
* Pass LANG in tox.ini. Env-isolation of tox-2.0 breaks stuff
1.0.1
-----
* Clean database before loading fixtures
1.0.0
-----
* Set next development version to 1.1.0
* Provide basic documentation in README.rst
* Initial version
* Initial commit