Skip to content

Commit

Permalink
bump to 1.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Aug 14, 2023
1 parent 67b2cab commit e9e8e2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### 1.0.0+4892f43 (Released 2023-8-3)
### 1.0.0+67b2cab (Released 2023-8-14)
* Additions:
* Complete overhaul of the API.
* Shifted focus from only ISA to include full ARC.
* Included Fable compilation to Javascript as first citizen design principles.
* Complete overhaul of the API.
* Shifted focus from only ISA to include full ARC.
* Included Fable compilation to Javascript as first citizen design principles.
* No direct filesystem access but contract based IO, which allows language agnostic IO.

### 0.7.0+ac83329 (Released 2023-1-26)
Expand Down
2 changes: 1 addition & 1 deletion build/ReleaseTasks.fs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let createTag = BuildTask.create "CreateTag" [clean; build; runTests; pack] {
failwith "aborted"
}

let createPrereleaseTag = BuildTask.create "CreatePrereleaseTag" [setPrereleaseTag; clean; build (*runTests*); packPrerelease] {
let createPrereleaseTag = BuildTask.create "CreatePrereleaseTag" [setPrereleaseTag; clean; build; runTests; packPrerelease] {
if promptYesNo (sprintf "tagging branch with %s OK?" prereleaseTag ) then
Git.Branches.tag "" prereleaseTag
Git.Branches.pushTag "" projectRepo prereleaseTag
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arcapi",
"version": "1.0.0+4892f43",
"version": "1.0.0+67b2cab",
"description": "Top level ARC DataModel and API function descriptions.",
"type": "module",
"scripts": {
Expand Down

0 comments on commit e9e8e2e

Please sign in to comment.