Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Jan 9, 2020
1 parent 683f3b7 commit 9ce5b7d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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](https://semver.org/spec/v2.0.0.html).

## 0.1.2 - 2019-01-09

### Fixed
- Updated to use absolute path when invoking defaults command.
- Updated dependencies to latest versions.

## 0.1.1 - 2019-12-14

### Added
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 = "apply-user-defaults"
version = "0.1.1"
version = "0.1.2"
authors = ["Michael Sanders <michael.sanders@fastmail.com>"]
description = "A small utility to set macOS user defaults declaratively from a YAML file."
repository = "https://github.com/zero-sh/apply-user-defaults"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use clap::{App, Arg};

pub fn build_cli() -> App<'static, 'static> {
App::new("apply-user-defaults")
.version("0.1.1")
.version("0.1.2")
.author("Michael Sanders <michael.sanders@fastmail.com>")
.about("Apply macOS user defaults in bulk from YAML file.")
.arg(
Expand Down

0 comments on commit 9ce5b7d

Please sign in to comment.