Skip to content

Commit

Permalink
Prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Oct 25, 2022
1 parent 742b8ef commit 689d36d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/the-marten-project/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Here are listed the release notes for each version of the Marten web framework.
## Marten 0.1

* [Marten 0.1 release notes](./release-notes/0.1)
* [Marten 0.1.1 release notes](./release-notes/0.1.1) (under development)
* [Marten 0.1.1 release notes](./release-notes/0.1.1)
2 changes: 1 addition & 1 deletion docs/docs/the-marten-project/release-notes/0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pagination_prev: null
pagination_next: null
---

_Under development._
_October 25, 2022._

## Bug fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Here are listed the release notes for each version of the Marten web framework.
## Marten 0.1

* [Marten 0.1 release notes](./release-notes/0.1)
* [Marten 0.1.1 release notes](./release-notes/0.1.1)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Marten 0.1.1 release notes
pagination_prev: null
pagination_next: null
---

_October 25, 2022._

## Bug fixes

* Fix a possible shard installation issue with older Crystal versions
* The `new` command now properly generates `shard.yml` files that target the latest stable version of Marten instead of the development one
3 changes: 2 additions & 1 deletion docs/versioned_sidebars/version-0.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@
"collapsible": false,
"className": "release-notes",
"items": [
"the-marten-project/release-notes/0.1"
"the-marten-project/release-notes/0.1",
"the-marten-project/release-notes/0.1.1"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: marten
version: 0.1.0
version: 0.1.1

authors:
- Morgan Aubert <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/marten.cr
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require "./marten/server/**"
require "./marten/template/**"

module Marten
VERSION = "0.1.0"
VERSION = "0.1.1"

Log = ::Log.for("marten")

Expand Down

0 comments on commit 689d36d

Please sign in to comment.