Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rydrman committed Mar 22, 2021
1 parent 940b03d commit 956882c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
12 changes: 4 additions & 8 deletions .spdev.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
version: 0.24.0
version: 0.25.0
release_notes: |
* Fix bug where solver was not behaving deterministically
* This was the case in previous versions, but was not caught in the rust transition
* Update view/info command to respect the --verbose flag and print more information
about installed packages when provided
* Update build and make_binary commands to take a -e/--env flag, which will put you
into the new packages environment immediately after building the first variant
* Update 'collecting' messages to not be zero-based, and actually reach the end
* Update to latest spfs for improved logging and bugfixes
* Update logging to use stderr instead of stdio, making it
much easier to interact with processes launched through spk
toolchain:
- kind: Shell
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
setup(
name="spk",
description="The 'S' Package System: Convenience, clarity and speed.",
version="0.24.0",
version="0.25.0",
packages=find_packages(),
install_requires=install_requires,
package_data={"": ["Pipfile"]},
Expand Down
2 changes: 1 addition & 1 deletion spk.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: spk
Version: 0.24.0
Version: 0.25.0
Release: 1
Summary: Package manager for SPFS.
License: NONE
Expand Down
2 changes: 1 addition & 1 deletion spk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""SPack - an SpFS Package Manager"""

__version__ = "0.24.0"
__version__ = "0.25.0"

from . import api, storage, solve, build, exec, test
from ._global import load_spec, save_spec
Expand Down

0 comments on commit 956882c

Please sign in to comment.