Skip to content

Commit

Permalink
West v0.12.0
Browse files Browse the repository at this point in the history
New features:

- West now works on the MSYS2 platform (https://www.msys2.org/)

- West manifest files can now contain arbitrary user data associated
  with each project. See 591a0aa
  ("manifest: add project 'userdata' key") for details.

Bug fixes:

- The west list command's "{sha}" format key has been fixed for
  the manifest repository; it now prints "N/A" ("not applicable")
  as expected.

API changes:

- The west.manifest.Project.userdata attribute was added to support
  project user data.

Signed-off-by: Martí Bolívar <[email protected]>
  • Loading branch information
mbolivar-nordic committed Nov 4, 2021
1 parent 65c001b commit aa2aab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/west/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This is the Python 3 version of option 3 in:
# https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version

__version__ = '0.12.0a3'
__version__ = '0.12.0'
#
# MAINTAINERS:
#
Expand Down

0 comments on commit aa2aab3

Please sign in to comment.