Skip to content

Commit

Permalink
release: v2.0.1 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvanrooy authored Jul 27, 2021
1 parent 212f448 commit 9105173
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## 2.0.1 (2021-07-28)

#### New Features

* support both `user_id` and `username` as arguments in helper functions
* add helper function
* use structured models for helper functions
#### Fixes

* use correct order for arguments
#### Docs

* wasn't a typo
* fix typo
* add alperenkaplan as a contributor for code, doc ([#183](https://github.com/stanvanrooy/instauto/issues/183))
* add Fislix as a contributor ([#175](https://github.com/stanvanrooy/instauto/issues/175))
* update readme
* add examples for the helper functions
* add examples for search actions
* add examples for profile actions
* add examples for post actions
* add examples for friendship actions
* add examples for feed actions
* add examples for direct actions
* add examples for authentication actions
* add examples for activity actions
* update readme
* update readme
* add atnartur as a contributor ([#171](https://github.com/stanvanrooy/instauto/issues/171))
* fix code example in usage section in readme ([#170](https://github.com/stanvanrooy/instauto/issues/170))
#### Others

* (deps): bump urllib3 from 1.25.9 to 1.26.5 ([#179](https://github.com/stanvanrooy/instauto/issues/179))
* update contributor count

Full set of changes: [`2.0.0...2.0.1`](https://github.com/stanvanrooy/instauto/compare/2.0.0...2.0.1)

## 2.0.0 (2021-05-12)

#### New Features
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(
name='instauto',
packages=setuptools.find_packages(),
version='2.0.0',
version='2.0.1',
license='MIT',
description='Python wrapper for the private Instagram API',
author='Stan van Rooy',
author_email='[email protected]',
url='https://github.com/stanvanrooy/instauto',
download_url='https://github.com/stanvanrooy/instauto/archive/2.0.0.tar.gz',
download_url='https://github.com/stanvanrooy/instauto/archive/2.0.1.tar.gz',
keywords=['instagram api', 'private instagram api'],
install_requires=[
'requests',
Expand Down

0 comments on commit 9105173

Please sign in to comment.