File tree 2 files changed +35
-1
lines changed
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " django-bs-email"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
description = " Django application with Bootstrap email template tag."
5
5
readme = " README.md"
6
6
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments