Skip to content

Commit 584a6c0

Browse files
chore(main): release 1.0.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d38356b commit 584a6c0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-03-28)
4+
5+
6+
### Features
7+
8+
* initial functionality ([ab9dfdf](https://github.com/axieum/django-user-trace/commit/ab9dfdf4294b333e4c95fbf0f136d33fa748e717))
9+
10+
11+
### Documentation
12+
13+
* initial documentation ([e972a80](https://github.com/axieum/django-user-trace/commit/e972a806efab83442c71ca61a2512f28a654f175))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* **main:** bump version 1.0.0 ([d38356b](https://github.com/axieum/django-user-trace/commit/d38356be93a6dc66c36ee6df6a041b1aa1412181))
19+
120
[//]: # (auto-generated by https://github.com/googleapis/release-please)

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 = "django-user-trace"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "A Python logging filter for Django user attributes."
55
license = "MIT"
66
authors = ["Jonathan Hiles <[email protected]>"]

0 commit comments

Comments
 (0)