Skip to content

Commit

Permalink
Release version 3.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
  • Loading branch information
twoerner committed Mar 19, 2024
1 parent a852a5d commit c3fa896
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bmaptool/CLI.py
Expand Up @@ -40,7 +40,7 @@
import io
from . import BmapCreate, BmapCopy, BmapHelpers, TransRead

VERSION = "3.7"
VERSION = "3.8.0"

log = logging.getLogger() # pylint: disable=C0103

Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
@@ -1,3 +1,14 @@
bmaptool (3.8.0) unstable; urgency=low

* use 'df -P' for POSIX portable output
* bmaptool has new maintainers
* bmaptool has a new home
* bmaptool is now only called 'bmaptool' and not one of a dozen such
variations
* switch to use an X.Y.Z versioning number scheme

-- Trevor Woerner <twoerner@gmail.com> Mon, 18 Mar 2024 23:44:10 -0400

bmap-tools (3.7) unstable; urgency=low

* Use GitHub Actions for CI (#109)
Expand Down
2 changes: 1 addition & 1 deletion docs/man1/bmaptool.1
@@ -1,4 +1,4 @@
.TH BMAPTOOL "1" "February 2014" "bmaptool 3.2" "User Commands"
.TH BMAPTOOL "1" "March 2024" "bmaptool 3.8.0" "User Commands"

.SH NAME

Expand Down
7 changes: 7 additions & 0 deletions packaging/bmaptool.changes
@@ -1,3 +1,10 @@
Tue Mar 19 03:44:10 UTC 2024 - Trevor Woerner <twoerner@gmail.com> 3.8.0-1
- use 'df -P' for POSIX portable output
- bmaptool has new maintainers
- bmaptool has a new home
- bmaptool is now only called 'bmaptool' and not one of a dozen such variations
- switch to use an X.Y.Z versioning number scheme

Wed Aug 2 12:11:26 PM UTC 2023 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7-1
- Use GitHub Actions for CI (#109)
- Add `poetry` for dependency management and `black` for code formatting (#104)
Expand Down
2 changes: 1 addition & 1 deletion packaging/bmaptool.spec
Expand Up @@ -4,7 +4,7 @@

Name: bmaptool
Summary: Tools to generate block map (AKA bmap) and flash images using bmap
Version: 3.7
Version: 3.8.0
%if 0%{?opensuse_bs}
Release: %{rc_str}.<CI_CNT>.<B_CNT>
%else
Expand Down

0 comments on commit c3fa896

Please sign in to comment.