Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack committed Feb 11, 2019
1 parent f8ca6ff commit 49529ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
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.1...master)
## [Unreleased](https://github.com/roblillack/mars/compare/v1.0.2...master)

## [v1.0.2](https://github.com/roblillack/mars/compare/v1.0.1...v1.0.2)
* Defaults:
* Fix mime type for Python bytecode.
* Infrastructure:
* Add AppVeyor for automated builds & tests on Windows.
* Fix tests when running in Go Modules mode.
* Fix `got vet ./...` issues.

## [v1.0.1](https://github.com/roblillack/mars/compare/v1.0.0...v1.0.1)
* Router: Fix panic, if no router initialized. #10
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015–2018 Rob Lillack
Copyright (c) 2015–2019 Rob Lillack
Copyright (C) 2012 Rob Figueiredo
All Rights Reserved.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ A lightweight web toolkit for the [Go language](http://www.golang.org).
[![Go Report Card](https://goreportcard.com/badge/github.com/roblillack/mars)](https://goreportcard.com/report/github.com/roblillack/mars)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

- Latest Mars version: 1.0.1
- Support Go versions: 1.8 … 1.11
- Latest Mars version: 1.0.2
- Supported 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 49529ef

Please sign in to comment.