Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merged PR 559: Make version 0.3.0
Browse files Browse the repository at this point in the history
Make version 0.3.0
Transition from Alpha to Beta
  • Loading branch information
uefibot committed Dec 10, 2018
1 parent 31bd21f commit 1a9b656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 46 deletions.
50 changes: 5 additions & 45 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,52 +11,12 @@ Please see Project Mu for details https://microsoft.github.io/mu
Version History
===============

0.2.9
0.3.0
-----

Use setuptools-scm for version management and enable CI/CD support. Start using tags for releases.
Updated documentation and release process. Transition to Beta.

0.2.8
-----

Adding support for environment variables dictionary to RunCmd and RunPythonScript

0.2.7
-----

un-reverting 0.2.4: Using sys.executable in RunPythonScript instead of "python.exe" and assuming its on the path

0.2.6
-----

Fixing parameter parsing in RunPythonScript to preserve formatting of parameters

0.2.5
-----

Fixing parameters none check in RunCmd

0.2.4
-----

Using sys.executable in RunPythonScript instead of "python.exe" and assuming its on the path

0.2.3
-----

Conditionally adding quotes instead of automatically in RunCmd and RunPythonScript

0.2.2
-----

Fixing CatalogSignWithSignTool to use new RunCmd format

0.2.1
-----

Fixing RunPythonScript function to reference updated parameters

0.2.0
-----
< 0.3.0
-------

Initial commit
Alpha development
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha"
"Development Status :: 4 - Beta"
]
)

0 comments on commit 1a9b656

Please sign in to comment.