Skip to content

Commit

Permalink
📦 release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba committed Jun 20, 2024
1 parent d346006 commit e4749f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
Changes
=======

Version 0.3.0 (released 2024-06-20)

- UI: Added create, edit and schedule options
- fix: only show stop button when task is running
- bug: fix display of durations
- global: support Jinja templating for job args
- config: rename enabled flag
- config: disable jobs view by default

Version 0.2.0 (released 2024-06-05)

- translations: added translations folder
Expand Down
2 changes: 1 addition & 1 deletion invenio_jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

from .ext import InvenioJobs

__version__ = "0.2.0"
__version__ = "0.3.0"

__all__ = ("__version__", "InvenioJobs")

0 comments on commit e4749f4

Please sign in to comment.