Skip to content

Commit

Permalink
Update version for release of 0.36
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bottriell <ryan@bottriell.ca>
  • Loading branch information
rydrman committed Aug 5, 2022
1 parent ec37648 commit 87855d5
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .site/spi/.spdev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.34.0
version: 0.36.0
release_notes: |
- convert api module to rust
- update to latest spfs
Expand Down
2 changes: 1 addition & 1 deletion .site/spi/spk.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: spk
Version: 0.34.0
Version: 0.36.0
Release: 1
Summary: Package manager for SPFS.
License: NONE
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Ryan Bottriell <rbottriell@imageworks.com>"]
edition = "2021"
name = "spk"
version = "0.34.0"
version = "0.36.0"

[lib]
name = "spk"
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.34.0
Version: 0.36.0
Release: 1
Summary: Package manager for SPFS.
License: NONE
Expand Down
17 changes: 17 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- use thiserror

- remove unnecessary clippy arg in linting
- impl default for state
- state options as actual option map
- default for solution
- solver runtime reference to solver
- sentry behind a feature
- embedded can be specified without embedded build id (deserialize)
- spec from file update sources
- binary and sources use reference to recipe (and tests)
- look all all TODOs and todo!() in code
- test package not found during build fir spk info

- add config that embeds spfs config
- overlay spfs fields from config over spfs config?
- is this smart in terms of spfs not being able to see it's own overrides?

0 comments on commit 87855d5

Please sign in to comment.