Skip to content

Commit

Permalink
Merge pull request #35 from yukihirop/issue29/add_badges
Browse files Browse the repository at this point in the history
Add badges
  • Loading branch information
yukihirop authored Dec 25, 2020
2 parents 037bbae + b9de04c commit c5d1f03
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v0.1.2

- Refactor All
- [Breaking] The output format of `ultraman export <format> <location>` has changed
- Add Badges

Please see [milestone v0.1.2](https://github.com/yukihirop/ultraman/milestone/3?closed=1)

## v0.1.1

2020/12/24
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ultraman"
version = "0.1.1"
version = "0.1.2"
authors = ["yukihirop <[email protected]>"]
repository = "https://github.com/yukihirop/ultraman"
edition = "2018"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Ultraman (Rust Foreman)

![Release](https://github.com/yukihirop/ultraman/workflows/Release/badge.svg)
![Periodic](https://github.com/yukihirop/ultraman/workflows/Periodic/badge.svg)
![Regression](https://github.com/yukihirop/ultraman/workflows/Regression/badge.svg)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/yukihirop/ultraman/main/LICENSE)

Manage Procfile-based applications.

This is a [foreman](https://github.com/ddollar/foreman) rust implementation made with ruby.
Expand Down

0 comments on commit c5d1f03

Please sign in to comment.