Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Nov 6, 2022
1 parent d32d47c commit 9e16add
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/the-marten-project/release-notes/0.1.2.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_
_November 6, 2022._

## Bug fixes

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

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

_November 6, 2022._

## Bug fixes

* Fix missing multicolumns indexes in migrations generated for newly created models
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 @@ -228,7 +228,8 @@
"className": "release-notes",
"items": [
"the-marten-project/release-notes/0.1",
"the-marten-project/release-notes/0.1.1"
"the-marten-project/release-notes/0.1.1",
"the-marten-project/release-notes/0.1.2"
]
}
]
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.1
version: 0.1.2

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.1"
VERSION = "0.1.2"

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

Expand Down

0 comments on commit 9e16add

Please sign in to comment.