Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - yyyy-mm-dd

## [v1.2.0] - 2025-01-05

### Added

- Manpages for `1` & `5`, including subcommands.
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -2,7 +2,7 @@
members = ["crates/key_agent", "crates/core", "crates/cli"]
resolver = "2"
package.edition = "2024"
package.version = "1.1.1"
package.version = "1.2.0"

[workspace.metadata.crane]
name = "wire"
Expand Down
2 changes: 1 addition & 1 deletion doc/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ npins add github forallsys wire --branch stable
Alternatively, you can use a tag instead:

```sh
$ npins add github forallsys wire --at v1.1.1
$ npins add github forallsys wire --at v1.2.0
```

Then, use this pinned version of wire for both your `hive.nix` and `shell.nix`:
Expand Down
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wire-docs",
"version": "1.1.1",
"version": "1.2.0",
"type": "module",
"devDependencies": {
"vitepress": "^1.6.4",
Expand Down
2 changes: 1 addition & 1 deletion doc/snippets/guides/installation/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
wire.url = "github:forallsys/wire/stable";

# alternatively, you can use a tag instead:
# wire.url = "github:forallsys/wire/v1.1.1";
# wire.url = "github:forallsys/wire/v1.2.0";

systems.url = "github:nix-systems/default";
};
Expand Down