Skip to content

Commit 3c3ce8c

Browse files
committed
v0.0.1
1 parent fed3f4a commit 3c3ce8c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 0.0.1
4+
5+
### Features
6+
* Added SigV4Signer to sign arbitrary requests sychronously.
7+
* Added AsyncSigV4Signer to sign arbitrary requests asychronously.
8+
* Added example SigV4Auth for integrating directly with Requests'
9+
``auth`` parameter.
10+
* Added SigV4Signer for integrating with the AIOHTTP request
11+
workflow.
12+
* Added SigV4Curl for generating signed curl commands.

src/aws_sdk_signers/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# This file is protected via CODEOWNERS
77
from __future__ import annotations
88

9-
__version__ = "0.0.1dev"
9+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)