Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack committed Aug 14, 2018
1 parent cf26762 commit a708bac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
All notable changes to Mars will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased](https://github.com/roblillack/mars/compare/v1.0.0...master)
## [Unreleased](https://github.com/roblillack/mars/compare/v1.0.1...master)

## [v1.0.1](https://github.com/roblillack/mars/compare/v1.0.0...v1.0.1)
* Router: Fix panic, if no router initialized. #10
* Templates:
* Fix panic, if no template loader initialized. #11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A lightweight web toolkit for the [Go language](http://www.golang.org).
[![Coverage Status](https://coveralls.io/repos/github/roblillack/mars/badge.svg?branch=master)](https://coveralls.io/github/roblillack/mars?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

- Latest Mars version: 1.0.0
- Latest Mars version: 1.0.1
- Support Go versions: 1.8 … 1.11

Mars is a fork of the fantastic, yet not-that-idiomatic-and-pretty-much-abandoned, [Revel framework](https://github.com/revel/revel). You might take a look at the corresponding documentation for the time being.
Expand Down

0 comments on commit a708bac

Please sign in to comment.