Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Remove technical details from changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Kundt <[email protected]>
  • Loading branch information
erak committed Oct 3, 2022
1 parent bed3096 commit 2174916
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
### Added

- Add Dockerfile for `radicle-cli`
- Re-organize binaries into own crate and move all sub-commands to `rad` binary
- Adds build metadata to version output
- Build aarch64 Linux release binaries
- Add build metadata to version output
- `comment`: Comment on issues or patches

### Changed
Expand All @@ -29,9 +27,6 @@

### Changed

- Update to replication v3
- Update to rust 1.63
- Use global seed configuration and don't setup monorepo signing any longer
- `clone`: Correct the default project name
- `track`: When showing peer information, show all branches other than master
- `patch`: Various updates on patch listing, automatically push on creation
Expand All @@ -40,8 +35,6 @@

### Added

- Implemented collaborative objects (cobs)
- Add contributor workflow script
- Add support for environment variable `RAD_HOME`
- `issue`: Manage radicle issues
- `patch`: Manage patches for radicle projects
Expand All @@ -56,8 +49,6 @@
### Changed

- Make ssh-agent optional
- Decouple `common` from `terminal`
- Depend on a single tokio feature-set to speed up compilation
- `auth`: Warn and initialize on non-active existing profile(s), disallow whitespace(s) in name
- `ens`: Only update local identity for mainnet
- `init`: Use ssh keys for gitsigners
Expand All @@ -79,10 +70,6 @@

- `inspect`: Add `--history` option

### Changed

- Build static binaries in release jobs

## [0.5.0] - 2022-04-13

### Added
Expand Down Expand Up @@ -118,10 +105,6 @@

## [0.3.1] - 2022-03-03

### Changed

- Switch from `futures` to `futures-lite`

### Fixed

- `auth`: Use correct profile for storage
Expand Down Expand Up @@ -156,7 +139,6 @@

### Changed

- Feature-gate Ethereum functionality in bins and make `ethers-rs` optional
- `common`: Default HTTP for IPs
- `sync`: Collapse synching progress messages

Expand Down

0 comments on commit 2174916

Please sign in to comment.