Skip to content

Commit 8dbf336

Browse files
committed
Bump the version to v0.1.0
1 parent 6fe71d7 commit 8dbf336

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). All dates in this file are given in the [UTC time zone](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
77

88
## Unreleased
99

10+
## 0.1.0 - 2023-05-17
11+
1012
### Added
1113

1214
- Programmatic generation of US English word lists.
13-
- Generation of machine names from 32-bit serial numbers.
15+
- Generation of machine names from 32-bit serial numbers, using the US English word lists as the default.

cmd/machinename/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var app = &cli.App{
2525
Name: "machine-name",
2626
// TODO: see if there's a way to get the version from a build tag, so that we don't have to update
2727
// this manually
28-
Version: "v0.0.1",
28+
Version: "v0.1.0",
2929
Usage: "Generates localized Heroku-style names from 32-bit serial numbers",
3030
Commands: []*cli.Command{
3131
nameCmd,

0 commit comments

Comments
 (0)