Skip to content

Commit

Permalink
Add changelog and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagger De Leo committed Dec 10, 2021
1 parent e6edcff commit c633455
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/.image-ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.1
v0.2.2
8 changes: 8 additions & 0 deletions changelogs/v0.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Subo Beta-2.2 brings several bug fixes and new features.

Features:
- Subo now automatically checks for updates and notifies you if one is available (big thank you to @denopink for this!)
- Subo's proxy port (when running `subo compute deploy`) can now be configured with the `--proxy-port` flag

Fixes:
- Fixed a bug where Subo would crash when building a single Runnable with the `--docker` flag (#102)
2 changes: 1 addition & 1 deletion subo/release/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package release

// SuboDotVersion represents the dot version for subo
// it is also the image tag used for builders
var SuboDotVersion = "0.2.1"
var SuboDotVersion = "0.2.2"

// FFIVersion is the FFI version used by this version of subo
var FFIVersion = "0.13.1"
Expand Down

0 comments on commit c633455

Please sign in to comment.