Skip to content

Commit

Permalink
Merge pull request #18 from Elektrobit/v0.1.1
Browse files Browse the repository at this point in the history
bump to 0.1.1
  • Loading branch information
MofX authored Jul 25, 2024
2 parents 6b6cbee + 63715ec commit 4d8e0f3
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 6 deletions.
7 changes: 7 additions & 0 deletions embdgen-cominit/package/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python-embdgen-cominit (0.1.1) unstable; urgency=medium

* No changes

-- AOX Technologies GmbH <[email protected]> Thu, 25 Jul 2024 09:00:00 +0000


python-embdgen-cominit (0.1.0) unstable; urgency=medium

* Initial package
Expand Down
2 changes: 1 addition & 1 deletion embdgen-cominit/package/debian.embdgen-cominit.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (native)
Source: python-embdgen-cominit
Binary: python3-embdgen-cominit
Architecture: any
Version: 0.1.0
Version: 0.1.1
Maintainer: AOX Technologies GmbH <[email protected]>
Standards-Version: 4.5.0
Build-Depends: debhelper (>= 11), dh-python, python3-all, pybuild-plugin-pyproject,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-only

__version__ = "0.1.0"
__version__ = "0.1.1"
from io import BufferedIOBase
from pathlib import Path
from dataclasses import dataclass
Expand Down
7 changes: 7 additions & 0 deletions embdgen-config-yaml/package/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python-embdgen-config-yaml (0.1.1) unstable; urgency=medium

* No changes

-- AOX Technologies GmbH <[email protected]> Thu, 25 Jul 2024 09:00:00 +0000


python-embdgen-config-yaml (0.1.0) unstable; urgency=medium

* Initial package
Expand Down
2 changes: 1 addition & 1 deletion embdgen-config-yaml/package/debian.embdgen-config-yaml.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (native)
Source: python-embdgen-config-yaml
Binary: python3-embdgen-config-yaml
Architecture: any
Version: 0.1.0
Version: 0.1.1
Maintainer: AOX Technologies GmbH <[email protected]>
Standards-Version: 4.5.0
Build-Depends: debhelper (>= 11), dh-python, python3-all, pybuild-plugin-pyproject, python3-hatchling, python3-embdgen-core
Expand Down
2 changes: 1 addition & 1 deletion embdgen-config-yaml/src/embdgen/plugins/config/YAML.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from embdgen.plugins.config.yaml.validator.ContentGenerator import ContentGenerator as ContentGeneratorValidator
from embdgen.plugins.config.yaml.ContentRegistry import ContentRegistry

__version__ = "0.1.0"
__version__ = "0.1.1"

class YAML(BaseConfig):
CONFIG_TYPE = "yaml"
Expand Down
8 changes: 8 additions & 0 deletions embdgen-core/package/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
python-embdgen-core (0.1.1) unstable; urgency=medium

* Fix Ext4Content from Archive having several issues with symlinks
* Allow size property for Ext4Content and Fat32Content

-- AOX Technologies GmbH <[email protected]> Thu, 25 Jul 2024 09:00:00 +0000


python-embdgen-core (0.1.0) unstable; urgency=medium

* Initial package
Expand Down
2 changes: 1 addition & 1 deletion embdgen-core/package/debian.embdgen-core.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (native)
Source: python-embdgen-core
Binary: python3-embdgen-core
Architecture: any
Version: 0.1.0
Version: 0.1.1
Maintainer: AOX Technologies GmbH <[email protected]>
Standards-Version: 4.5.0
Build-Depends: debhelper (>= 11), dh-python, python3-all, pybuild-plugin-pyproject,
Expand Down
2 changes: 1 addition & 1 deletion embdgen-core/src/embdgen/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 4d8e0f3

Please sign in to comment.