Skip to content

Commit

Permalink
Bump the version to 0.3.0 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwang Yul Seo committed Oct 13, 2016
1 parent f578ed7 commit 95abb02
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

## 0.3.0

- Breaking change - change `get` method to `[]` operator

## 0.2.0

- Add `isEmpty` and `isNotEmpty` getters
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: bit_vector
description: A pure Dart memory-efficient packed representation for bit arrays
version: 0.2.0
version: 0.3.0
author: Kwang Yul Seo <kwangyul.seo@gmail.com>
homepage: https://github.com/kseo/bit_vector

Expand Down

0 comments on commit 95abb02

Please sign in to comment.