Skip to content

Commit

Permalink
release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-singer committed Sep 3, 2014
1 parent f01ec52 commit d297a25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog - dart-bignum

## 0.0.6 2014-09-02 (SDK 1.6.0-dev.9.7 r39537)

- Used Uint8List instead of List<int> for performance improvement.

## 0.0.5 2014-02-10 (SDK 1.2.0-dev.4.0 r32426)

- Add a leading 0 to binary data in fromBytes() constructor if most
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bignum
author: Adam Singer <[email protected]>
version: 0.0.6-dev
version: 0.0.6
homepage: https://github.com/Dartist/dart-bignum
description: Big Number library for Dart
dependencies:
Expand Down

0 comments on commit d297a25

Please sign in to comment.