barectf v2.1.2 v2.1.2
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 19 Mar 2016 03:10:57 +0000 (23:10 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 19 Mar 2016 03:10:57 +0000 (23:10 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
CHANGELOG.md
barectf/__init__.py

index d2a3ac3ee97ee54e65f7acb6a09249e0f04736ac..b930f1064714c1686ec87f5312ceb7699c7ff549 100644 (file)
@@ -1,5 +1,13 @@
 # barectf 2 changelog
 
+## barectf v2.1.2
+
+**Bug fixes**:
+
+  * Inherit from appropriate unsigned integer type aliases in
+    `stdint.yaml` for self-aligned, signed integer type aliases
+
+
 ## barectf v2.1.1
 
 **Bug fixes**:
index d247f1526819df556b44a65005b963fba73b4492..902510e9adf88641992f25def53b83a013457db7 100644 (file)
@@ -20,7 +20,7 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 # THE SOFTWARE.
 
-__version__ = '2.1.1'
+__version__ = '2.1.2'
 
 
 def _split_version_suffix():
This page took 0.024211 seconds and 4 git commands to generate.