Skip to content

Commit 5dfba1a

Browse files
committed
v1.0.1: Fix binary builds (and add a new one)
1 parent fdac710 commit 5dfba1a

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
# virtually never breaks old code.
9696
toolchain: stable
9797
components: rustfmt, clippy
98+
target: ${{ matrix.target }}
9899
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
99100
- uses: actions/checkout@v2
100101
- name: Check source formatting and warnings

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.1] - 2021-12-13
8+
9+
### Added
10+
11+
- New binary builds for ARM/M1 Macs.
12+
13+
### Changed
14+
15+
- The downloadable `*.zip` files now include both the CPU and the OS in the name. Downloading scripts will need to be adjusted.
16+
- We now use `rustls` instead of OpenSSL internally. This shouldn't change anything, but it's a significant change.
17+
18+
### Fixed
19+
20+
- Restored missing binaries for existing platforms by switching to GitHub CI.
21+
722
## [1.0.0] - 2021-12-13
823

924
Bumping number to v1.0.0 because this has been running fine in production for quite.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geocode-csv"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Eric Kidd <git@randomhacks.net>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)