Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 8780bc4

Browse files
chore(main): release 0.2.0 (#7)
1 parent 0c3b8dc commit 8780bc4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/andrewthetechie/pydantic-sqs/compare/v0.1.0...v0.2.0) (2023-02-19)
4+
5+
6+
### Features
7+
8+
* 100% test coverage ([50969a9](https://github.com/andrewthetechie/pydantic-sqs/commit/50969a9859f3ae23f47fbed6053705ff0ec80618))
9+
* SQSModel.from_sqs and tests ([c39e2ba](https://github.com/andrewthetechie/pydantic-sqs/commit/c39e2ba701769f2e1b15808f95cfd76cea1bae0d))
10+
11+
12+
### Bug Fixes
13+
14+
* upgrade packages, tweak tests ([917a708](https://github.com/andrewthetechie/pydantic-sqs/commit/917a708e569b1043efcd5b8a740a01ec023c4778))
15+
16+
17+
### Documentation
18+
19+
* update docs ([9bbbe93](https://github.com/andrewthetechie/pydantic-sqs/commit/9bbbe93c48f3a0206844f70aeb09609adfd981c1))
20+
321
## 0.1.0 (2022-11-05)
422

523

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-sqs"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Send and receive AWS SQS messages directly to pydantic objects"
55
authors = ["Andrew Herrington <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)