Skip to content

Commit

Permalink
Bumped version to 2.5.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Oct 24, 2022
1 parent 1db44c9 commit a2500f6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Note: only changes after the fork are listed.

## [Unreleased]

## [2.5.0-2] - 2022-10-24
### Added
- Offset back rotation 180 degrees option
- Natural integer sorting for extra fields

### Fixed
- Import settings
- DNP and board variant field doesn't need to be specified in extra fields

## [2.5.0] - 2022-06-13
### Added
- Hotkeys link and rotate board with l/r arrows
Expand Down
2 changes: 1 addition & 1 deletion InteractiveHtmlBom/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess


LAST_TAG = 'v2.5.0'
LAST_TAG = 'v2.5.0-2'


def _get_git_version():
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
interactivehtmlbom.inti-cmnb (2.5.0-2) stable; urgency=medium

* Added offset back rotation 180 degrees option
* Added natural integer sorting for extra fields
* Fixed import settings
* Now DNP and board variant field doesn't need to be specified in extra
fields

-- Salvador E. Tropea <[email protected]> Mon, 24 Oct 2022 08:56:26 -0300

interactivehtmlbom.inti-cmnb (2.5.0-1) stable; urgency=medium

* Hotkeys link and rotate board with l/r arrows
Expand Down

0 comments on commit a2500f6

Please sign in to comment.