Skip to content

Commit fb760e2

Browse files
authored
update changelog (#47)
1 parent 1b20b95 commit fb760e2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.0] - 2023-03-02
8+
9+
---
10+
### Added
11+
12+
- Add SQLAlchemy 2 support
13+
714
## [0.3.0] - 2023-01-09
815

916
---

sqlalchemy_file/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.0.dev0"
1+
__version__ = "0.4.0"
22

33
from .file import File as File
44
from .types import FileField as FileField

0 commit comments

Comments
 (0)