Skip to content

Commit d6541e1

Browse files
committed
Update version for release
Signed-off-by: Ryan Bottriell <ryan@bottriell.ca>
1 parent 1bf591c commit d6541e1

4 files changed

Lines changed: 9 additions & 14 deletions

File tree

.spdev.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
version: 0.29.0
1+
version: 0.29.2
22
release_notes: |
3-
- add initial set of package recipes to get boostrapped in clean environment
4-
- fix output of help messages, and make them more clear
5-
- add github ci code for running lint, test and generating rpm file
6-
- silence warnings logged by the sentry sdk that can no longer connect to the internal imageworks instance
7-
- update export command to allow a filename to be specified (making it more useful for automation)
8-
- add the ability to run spk info spec.yaml@source to get source package information (if any)
3+
-
94
105
toolchain:
116
- kind: Rust

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
33
edition = "2018"
44
name = "spk"
5-
version = "0.29.1"
5+
version = "0.29.2"
66

77
[lib]
88
crate-type = ["cdylib"]
@@ -16,6 +16,6 @@ extension-module = ["pyo3/extension-module"]
1616
[dependencies]
1717
pyo3 = {version = "0.13.2"}
1818
relative-path = "1.3.2"
19-
spfs = {git = 'https://github.com/imageworks/spfs', tag = 'v0.28.0'}
19+
spfs = {git = 'https://github.com/imageworks/spfs', tag = 'v0.28.1'}
2020
tracing = "0.1.25"
2121
tracing-subscriber = "0.2.16"

spk.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: spk
2-
Version: 0.29.1
2+
Version: 0.29.2
33
Release: 1
44
Summary: Package manager for SPFS.
55
License: NONE
@@ -17,7 +17,7 @@ BuildRequires: python3-devel
1717
BuildRequires: python3-pip
1818
Requires: rsync
1919
Requires: bash
20-
Requires: spfs >= 0.28.0
20+
Requires: spfs >= 0.28.1
2121

2222
%define debug_package %{nil}
2323

0 commit comments

Comments
 (0)