Skip to content

Commit 777b69c

Browse files
committed
Release 0.2.0
1 parent eca6151 commit 777b69c

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.0] - 2024-04-10
11+
12+
### Removed
13+
14+
- Delete unnecessary empty Django files (models.py, admin.py, etc.)
15+
16+
## [0.1.0] - 2024-04-10
17+
18+
### Added
19+
20+
- Initial version with basic functionality
21+
22+
## Categories
23+
24+
### Added
25+
26+
### Changed
27+
28+
### Deprecated
29+
30+
### Removed
31+
32+
### Fixed
33+
34+
### Security

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-bs-email"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Django application with Bootstrap email template tag."
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)