Skip to content

Commit

Permalink
feat: init 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekuma committed Jul 19, 2024
1 parent 5d54448 commit 2b835a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

#### [0.2.5](https://github.com/hidekuma/flask-s3-viewer/compare/0.2.4...0.2.5)

> 19 July 2024
- fix: update docs [e71aee8](https://github.com/hidekuma/flask-s3-viewer/commit/e71aee8a87e4bf6aeac7b97652cdf613b6e8a067)
- fix: update quote_url [5d54448](https://github.com/hidekuma/flask-s3-viewer/commit/5d544485a0c5937d4653bb81a62754f0726941b7)
- fix: update docs [82d57b8](https://github.com/hidekuma/flask-s3-viewer/commit/82d57b8e49a2e9171314a8ab3b7d7135482b41c0)

#### [0.2.4](https://github.com/hidekuma/flask-s3-viewer/compare/0.2.2...0.2.4)

> 22 May 2024
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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.

- Stable version : **0.2.4**
- Stable version : **0.2.6**

#### Show video

Expand Down
2 changes: 1 addition & 1 deletion flask_s3_viewer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

APP_TEMPLATE_FOLDER = FIXED_TEMPLATE_FOLDER

__version__ = "0.2.4"
__version__ = "0.2.6"


class Singleton(type):
Expand Down

0 comments on commit 2b835a2

Please sign in to comment.