Skip to content

Commit

Permalink
Merge pull request #43 from ash0ne/dependabot/pip/packaging-24.2
Browse files Browse the repository at this point in the history
chore(deps): bump packaging from 24.1 to 24.2
  • Loading branch information
ash0ne authored Nov 30, 2024
2 parents 4671102 + 30a9b46 commit 1040e9e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.4.0](https://github.com/ash0ne/docker-pdf-server/compare/v1.3.0...v1.4.0) (2024-10-01)


### Features

* Adding user management, RBAC and guest access. ([fc63cc6](https://github.com/ash0ne/docker-pdf-server/commit/fc63cc6b8525bf5fc154fe5d49b5d9fbe89f4da6))
* adding volume deets to the sample command ([617aea0](https://github.com/ash0ne/docker-pdf-server/commit/617aea05e84cdd26f863c816d666bd50892deff0))
* User management and Guest Access ([d95515a](https://github.com/ash0ne/docker-pdf-server/commit/d95515a74a7fed0802ae28859dd44bb14bb53a3d))
* users and rbac ([1ebd5e5](https://github.com/ash0ne/docker-pdf-server/commit/1ebd5e5b898e7bca164e2812460b2d67fd0a8642))

# [1.4.0-beta.3](https://github.com/ash0ne/docker-pdf-server/compare/v1.4.0-beta.2...v1.4.0-beta.3) (2024-09-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"name": "docker-pdf-server",
"private": true,
"version": "1.4.0-beta.3",
"version": "1.4.0",
"description": "An ultra-minimalist PDF server running on Docker",
"author": "ash0ne",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ gunicorn==22.0.0
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
packaging==24.1
SQLAlchemy==2.0.31
packaging==24.2
SQLAlchemy==2.0.36
typing_extensions==4.12.2
Wand==0.6.13
Werkzeug==3.0.4
Expand Down

0 comments on commit 1040e9e

Please sign in to comment.