Skip to content

Commit 2b835a2

Browse files
committed
feat: init 0.2.6
1 parent 5d54448 commit 2b835a2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [0.2.5](https://github.com/hidekuma/flask-s3-viewer/compare/0.2.4...0.2.5)
6+
7+
> 19 July 2024
8+
9+
- fix: update docs [e71aee8](https://github.com/hidekuma/flask-s3-viewer/commit/e71aee8a87e4bf6aeac7b97652cdf613b6e8a067)
10+
- fix: update quote_url [5d54448](https://github.com/hidekuma/flask-s3-viewer/commit/5d544485a0c5937d4653bb81a62754f0726941b7)
11+
- fix: update docs [82d57b8](https://github.com/hidekuma/flask-s3-viewer/commit/82d57b8e49a2e9171314a8ab3b7d7135482b41c0)
12+
513
#### [0.2.4](https://github.com/hidekuma/flask-s3-viewer/compare/0.2.2...0.2.4)
614

715
> 22 May 2024

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
Flask S3 Viewer is a powerful extension that makes it easy to browse S3 in any Flask application. If you are familiar with Flask, Flask S3 Viewer should be easy to pick up.
1313

14-
- Stable version : **0.2.4**
14+
- Stable version : **0.2.6**
1515

1616
#### Show video
1717

flask_s3_viewer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
APP_TEMPLATE_FOLDER = FIXED_TEMPLATE_FOLDER
1818

19-
__version__ = "0.2.4"
19+
__version__ = "0.2.6"
2020

2121

2222
class Singleton(type):

0 commit comments

Comments
 (0)