Skip to content

Commit

Permalink
[CHANGE] Version bumped to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Mar 16, 2024
1 parent 28f2b5d commit e0f18be
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,35 @@ Section Order:
### Security
-->

## \[2.0.0\] - 2024-03-16

> \[!NOTE\]
>
> **This version needs at least Alliance Auth v4.0.0!**
>
> Please make sure to update your Alliance Auth instance **before**
> you install this version, otherwise, an update to Alliance Auth will
> be pulled in unsupervised.
### Added

- Compatibility to Alliance Auth v4
- Bootstrap 5
- Django 4.2
- Native lazy loading support for images

### Changed

- JS modernized
- CSS modernizes
- Templates changed to Bootstrap 5
- Translations improved
- General code cleanup and modernization

### Removed

- Compatibility to Alliance Auth v3

## \[2.0.0-beta.2\] - 2024-02-19

> \[!NOTE\]
Expand Down Expand Up @@ -80,6 +109,10 @@ Section Order:

## \[1.21.0\] - 2023-12-20

> \[!NOTE\]
>
> **This is the last version compatible with Alliance Auth v3.**
### Added

- Setting for the loss value source \[#153\]
Expand Down
2 changes: 1 addition & 1 deletion aasrp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Django
from django.utils.translation import gettext_lazy as _

__version__ = "2.0.0-beta.2"
__version__ = "2.0.0"
__title__ = _("Ship Replacement")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dynamic = [
"version",
]
dependencies = [
"allianceauth>=4.0.0b1",
"allianceauth<5.0.0,>=4",
"allianceauth-app-utils>=1.25",
"django-eveuniverse>=1.5.4",
]
Expand Down

0 comments on commit e0f18be

Please sign in to comment.