Skip to content

Commit ce5a58c

Browse files
committed
release: bump version to 0.10 and add release notes
Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent c372708 commit ce5a58c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## Suitcase Change Log
22

3+
### 0.10 / 2016-10-2016
4+
5+
[Full Changelog](https://github.com/digidotcom/python-suitcase/compare/0.9...0.10)
6+
7+
Bugfixes:
8+
9+
* [Fixed 0-length Field Arrays](https://github.com/digidotcom/python-suitcase/issues/24)
10+
11+
Enhancements:
12+
13+
* Supported was added for conditional SubstructureFields
14+
* On error, original stack trace is now saved properly
15+
* FieldArrays size can be specified in terms of number of elements
16+
instead of a length provider (in bytes).
17+
* `dir()` method now works as expected on Field instances
18+
* Fields may now be constructed by providing keyword arguments to
19+
the constructor. This eliminates the need to assign each field
20+
explicitly.
21+
22+
Other Changes:
23+
24+
* Python 3.2 support has been dropped
25+
326
### 0.9 / 2015-11-12
427
[Full Changelog](https://github.com/digidotcom/python-suitcase/compare/0.8...0.9)
528

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_long_description():
4040

4141
setup(
4242
name='suitcase',
43-
version='0.9',
43+
version='0.10',
4444
url="https://github.com/digidotcom/python-suitcase",
4545
description='A library for specifying/parsing/packing binary protocols',
4646
long_description=get_long_description(),

0 commit comments

Comments
 (0)