File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ _ There are no unreleased changes at the moment._
11+
12+ ## [ 0.3.0] - 2021-02-18
13+
1014### Added
1115
1216* New parameters for the ` AsyncBufferedConsumer ` constructor: ` import_url ` ,
@@ -44,7 +48,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4448
4549## [ 0.0.3] - 2014-04-29
4650
47- [ Unreleased ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.2.0...HEAD
51+ [ Unreleased ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.3.0...HEAD
52+ [ 0.3.0 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.2.0...v0.3.0
4853[ 0.2.0 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.1.0...v0.2.0
4954[ 0.1.0 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.6...v0.1.0
5055[ 0.0.6 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.5...v0.0.6
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'mixpanel-py-async' ,
13- version = '0.2 .0' ,
13+ version = '0.3 .0' ,
1414 author = 'Jesse Pollak' ,
1515 author_email = 'jpollak92@gmail.com' ,
1616 packages = ['mixpanel_async' ],
You can’t perform that action at this time.
0 commit comments