Skip to content

Commit 201120e

Browse files
author
netevert
committed
minor fix
1 parent d7b028a commit 201120e

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ builds:
1010
goarch:
1111
- amd64
1212
- 386
13+
- arm
14+
- arm64
1315
# Archive customization
1416
archive:
1517
format: tar.gz

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.1] - 2018-03-31
8+
### Added
9+
- Arm and arm64 architectures
10+
11+
### Fixed
12+
- Added zip binary distributions for windows releases
13+
- Readme
14+
715
## [1.1.0] - 2018-03-30
816
### Added
917
- Concurrent A record dns lookup

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Installation
3131
============
3232
There are two ways to install dnsmorph on your system:
3333

34-
1. Download the required pre-compiled binaries from the [latest release page](https://github.com/netevert/dnsmorph/releases) and extract in a directory of your choosing.
34+
1. Downloading the pre-compiled binaries for your platform from the [latest release page](https://github.com/netevert/dnsmorph/releases) and extracting in a directory of your choosing.
3535

3636
2. Downloading and compiling the source code yourself by running the following commands:
3737

dnsmorph.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
// program version
19-
const version = "1.1.0"
19+
const version = "1.1.1"
2020

2121
var (
2222
g = color.New(color.FgHiGreen)

0 commit comments

Comments
 (0)