Skip to content

Commit 49529ef

Browse files
committed
Release v1.0.2
1 parent f8ca6ff commit 49529ef

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
All notable changes to Mars will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/).
44

5-
## [Unreleased](https://github.com/roblillack/mars/compare/v1.0.1...master)
5+
## [Unreleased](https://github.com/roblillack/mars/compare/v1.0.2...master)
6+
7+
## [v1.0.2](https://github.com/roblillack/mars/compare/v1.0.1...v1.0.2)
68
* Defaults:
79
* Fix mime type for Python bytecode.
10+
* Infrastructure:
11+
* Add AppVeyor for automated builds & tests on Windows.
12+
* Fix tests when running in Go Modules mode.
13+
* Fix `got vet ./...` issues.
814

915
## [v1.0.1](https://github.com/roblillack/mars/compare/v1.0.0...v1.0.1)
1016
* Router: Fix panic, if no router initialized. #10

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015–2018 Rob Lillack
1+
Copyright (c) 2015–2019 Rob Lillack
22
Copyright (C) 2012 Rob Figueiredo
33
All Rights Reserved.
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ A lightweight web toolkit for the [Go language](http://www.golang.org).
1010
[![Go Report Card](https://goreportcard.com/badge/github.com/roblillack/mars)](https://goreportcard.com/report/github.com/roblillack/mars)
1111
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1212

13-
- Latest Mars version: 1.0.1
14-
- Support Go versions: 1.8 … 1.11
13+
- Latest Mars version: 1.0.2
14+
- Supported Go versions: 1.8 … 1.11
1515

1616
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.
1717

0 commit comments

Comments
 (0)