Skip to content

Commit

Permalink
ci: release 0.1.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
dottspina committed Jan 25, 2024
1 parent 96ffa28 commit 1d3b20e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
11 changes: 6 additions & 5 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,17 @@ All kinds of feedback and contribution are encouraged: please refer to the botto

* Status

Latest stable release: [[https://github.com/dottspina/dtsh/releases/tag/v0.1.0b1][v0.1.0b1]] ([[https://pypi.org/project/dtsh/0.1.0b1/][PyPI]])
Latest stable release: [[https://github.com/dottspina/dtsh/releases/tag/v0.1.0b1][v0.1.0b2]] ([[https://pypi.org/project/dtsh/0.1.0b2/][PyPI]])

*New and noteworthy*:
*Latest Changes*:

- ([[https://github.com/dottspina/dtsh/commit/55b2b9e0faf537997bd7104cadb17d29708e4e5f][55b2b9e]]) update python-devicetree to Zephyr 3.4.0
- [[https://github.com/dottspina/dtsh/commit/96ffa28][96ffa28]] update python-devicetree to Zephyr 3.5.0
- [[https://github.com/dottspina/dtsh/commit/55b2b9e0faf537997bd7104cadb17d29708e4e5f][55b2b9e]] update python-devicetree to Zephyr 3.4.0

*Note*:

- this prototype is now in /Beta status/, which means it will only receive bug fixes
- work has started to upstream ~dtsh~ as a West extension: [[https://github.com/dottspina/zephyr/tree/rfc-dtsh/scripts/dts/dtsh][repository]], [[https://github.com/zephyrproject-rtos/zephyr/pull/59863][Zephyr RFC]] (to test this branch, see [[https://github.com/dottspina/dtsh#try-the-west-command-rfc][Try the West command RFC]])
- this prototype is now /stale/: I may update it e.g. when Zephyr 3.6 is out, or to fix obvious bugs if asked to, but issues that would require more work (e.g. fixing this poorly wrapped output, or adding support for DTS labels in paths) won't be addressed
- for some time now, all real work has moved to an upstream [[https://github.com/zephyrproject-rtos/zephyr/pull/59863][RFC]] (PR's [[https://github.com/dottspina/zephyr/tree/rfc-dtsh][origin]]) that may eventually add ~dtsh~ as a West extension to Zephyr: report feedback about this version preferably (see [[https://github.com/dottspina/dtsh#try-the-west-command-rfc][Try the West command RFC]])

* Get started

Expand Down
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ its bindings:
└── analog-connector ADC channels exposed on Arduino Uno (R3) headers…


This software was created as a Proof of Concept for a
simple tool that could assist newcomers to Zephyr in understanding
what a devicetree is, and how bindings describe and constrain its
content.
This software was created as a Proof of Concept for a:

- simple tool that could assist newcomers to Zephyr in understanding
what a devicetree is, and how bindings describe and constrain its content
- an on hand DTS file viewer
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#
# See also: https://peps.python.org/pep-0440/
#
version="0.1.0b1",
version="0.1.0b2",

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down
2 changes: 1 addition & 1 deletion src/dtsh/dtsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ class Dtsh(object):
- a command string interface to POSIX-like shell commands (aka built-ins)
"""

API_VERSION = '0.1.0b1'
API_VERSION = '0.1.0b2'
"""API version for the dtsh module.
Should match 'version' in setup.py.
Expand Down

0 comments on commit 1d3b20e

Please sign in to comment.