Skip to content

Commit

Permalink
bump for 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sethladd committed Sep 16, 2015
1 parent 8aacc6c commit faf99d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 0.9.1

* Base64 convert returns an Uint8List
* Base64 codec and encoder can now take an encodePaddingCharacter
* Implement a Base64 codec similar to codecs in 'dart:convert'

## 0.9.0

- ChangeLog starts here.
* ChangeLog starts here.
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: crypto
version: 0.9.1-dev
version: 0.9.1
author: Dart Team <misc@dartlang.org>
description: Library of cryptographic functions.
homepage: https://www.github.com/dart-lang/crypto
Expand Down

0 comments on commit faf99d8

Please sign in to comment.