Skip to content

Commit

Permalink
dump v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Dec 27, 2019
1 parent c42aa0b commit 484e0fe
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

> List all changes before release a new version.
## [0.1.1] (2019-12-27)

### Fixed

- Fix path typo for HTTP Handlers [#3](https://github.com/icyleaf/swagger/pull/3)

## 0.1.0 (2018-12-08)

- First beta version.

[Unreleased]: https://github.com/icyleaf/halite/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/icyleaf/halite/compare/v0.1.0...v0.1.1
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: swagger
version: 0.1.0
version: 0.1.1

authors:
- icyleaf <[email protected]>

crystal: 0.31.0
crystal: 0.32.0

license: MIT
2 changes: 1 addition & 1 deletion src/swagger.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "json"
require "./swagger/*"

module Swagger
VERSION = "0.1.0"
VERSION = "0.1.1"

OPENAPI_MAJAR_VERSION = "3"
OPENAPI_VERSION = "3.0.1"
Expand Down

0 comments on commit 484e0fe

Please sign in to comment.