Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 6d35045

Browse files
committed
Update changelog before 0.6.3 release
1 parent acacfae commit 6d35045

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed

CHANGELOG.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,48 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9-
## Added
9+
## 0.6.3
10+
### Added
1011
- Coverage reports from OS X with [codecov](https://codecov.io/gh/MonetDB/MonetDBLite-Python)
11-
## Changed
12-
- Reworked the build system to use [cibuildwheel](https://github.com/joerick/cibuildwheel) (fixed #18)
12+
### Changed
13+
- Reworked the build system to use
14+
[cibuildwheel](https://github.com/joerick/cibuildwheel) (fixed #18).
15+
This essentially means that we now provide binary wheels for the
16+
following platforms:
17+
+ GNU/Linux x86_64
18+
- Python 2.7
19+
- Python 3.5
20+
- Python 3.6
21+
- Python 3.7
22+
+ GNU/Linux x86_64
23+
- Python 2.7
24+
- Python 3.5
25+
- Python 3.6
26+
- Python 3.7
27+
+ MacOS X 10.6 Intel
28+
- Python 2.7
29+
- Python 3.5
30+
- Python 3.6
31+
- Python 3.7
32+
+ Windows AMD64
33+
- Python 3.5
34+
- Python 3.6
35+
- Python 3.7
1336
- Fixed the iterator protocol for cursors (fixed #34)
37+
- Fixed a bug about inserting nulls using `monetdblite.insert` (fixed
38+
#32)
39+
- `monetdblite.init` can now be called with relative paths (fixed #28)
40+
- Deprecated support for Python 2.7. Starting from the next feature
41+
release (version 0.7.0), we are going to offer binary wheels only
42+
for python versions >= 3.5
43+
- Deprecated support for 32 bit builds. Starting from the next
44+
feature release (version 0.7.0) we are goint to offer binary wheels
45+
only for 64 bit platforms.
46+
- Changed test fixtures to use pytest's temporary file generation
47+
facilities.
48+
### Removed
49+
- Builds for 32 bit Windows. Building MonetDBLite-C for 32 bit
50+
Windows, requires a lot of work for too little benefit.
1451
## 0.6.2
1552
### Added
1653
- Added Python 3.7 to the build matrix

0 commit comments

Comments
 (0)