Skip to content

Commit

Permalink
docs(bumpversion): v5.0.0 → 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec4r authored and github-actions[bot] committed Nov 20, 2023
1 parent d59f042 commit e6382a9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,41 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v6.0.0 - 2023-11-20

### [6.0.0](https://github.com/eduNEXT/eox-theming/compare/v5.0.0...v6.0.0) (2023-11-20)

#### ⚠ BREAKING CHANGES

- add compatibility with palm release

- ci: update workflow dependencies

- docs: update README

- build: update plugin requirements

- fix: message_control enabled weren't being used

- refactor: allow 120 characters per line when pylint is executed

- feat: override get_dirs method

- chore: increase eox-tenant version


#### Performance Improvements

- add compatibility with palm release ([#48](https://github.com/eduNEXT/eox-theming/issues/48)) ([d59f042](https://github.com/eduNEXT/eox-theming/commit/d59f042bcbdf74d44fcfe0060a757ddcb6b0e9d8))

## v5.0.0 - 2023-02-10

### [5.0.0](https://github.com/eduNEXT/eox-theming/compare/v4.0.1...v5.0.0) (2023-02-10)

#### ⚠ BREAKING CHANGES

- - refactor: delete unsupported backends for older releases
- - refactor: delete unsupported backends for older releases

-

#### Features
Expand Down
2 changes: 1 addition & 1 deletion eox_theming/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from __future__ import unicode_literals

__version__ = '5.0.0'
__version__ = '6.0.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0
current_version = 6.0.0
commit = False
tag = False

Expand Down

0 comments on commit e6382a9

Please sign in to comment.