Skip to content

Commit

Permalink
Rollback 0.58.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Dec 29, 2024
1 parent a5c6681 commit c10e4e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@ All notable changes to the Pony compiler and standard library will be documented

### Fixed

- Fixed an issue that caused the `actor_pinning` documentation to not be built

### Added


### Changed


## [0.58.9] - 2024-12-29

### Fixed

- Fixed an issue that caused the `actor_pinning` documentation to not be built

## [0.58.8] - 2024-12-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.58.9
0.58.8
2 changes: 2 additions & 0 deletions packages/stdlib/_test.pony
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All tests can be run by compiling and running packages/stdlib.
// generate docs for it, etc.
use "pony_test"
use assert = "assert"
use actor_pinning = "actor_pinning"
use backpressure= "backpressure"
use base64 = "encode/base64"
use buffered = "buffered"
Expand All @@ -26,6 +27,7 @@ use collections = "collections"
use collections_persistent = "collections/persistent"
use constrained_types = "constrained_types"
use debug = "debug"
use encode = "encode"
use files = "files"
use format = "format"
use ini = "ini"
Expand Down

0 comments on commit c10e4e1

Please sign in to comment.