Skip to content

Commit

Permalink
Bump minor version, update release notes, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Jul 20, 2023
1 parent 51891fb commit 513d096
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@

### 🐞 Fixed

## v2.1.8r7

### ⚡️ Added

- Use new keymaps generation for keymaps man page
- Reference other man pages in `See Also` sections
- Expand `nvims/neovides` usage message

### 🐞 Fixed

- Set config lists if `configrc` not present so `lazyman.sh` can be used as standalone bootstrap
- Update man pages and vimdoc for `lazyman`, `lazyman-keymaps`, and `nvims`

## v2.1.8r6

### ⚡️ Added
Expand Down
4 changes: 2 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This major new release of `lazyman` supports over 80 Neovim configurations. The `nvim-Lazyman` Neovim configuration options and enabled plugins can be managed through the `lazyman` command menus. The Lazyman initialization defaults to using the native package manager rather than Homebrew to install Neovim dependencies and tools. Native package managers are supported on Debian based platforms (e.g. Ubuntu), RPM based platforms (e.g. Fedora), Arch Linux, Alpine Linux, SUSE Linux, and Void Linux. To use Homebrew rather than the native package manager, use `lazyman -h ...` when initializing the system. Homebrew is the default on macOS and used elsewhere if no supported native package manager is found.

All that is needed to bootstrap `Lazyman` is the [lazyman.sh](https://github.com/doctorfree/nvim-lazyman/releases/download/v2.1.8r6/lazyman.sh) script. Download and execute to get started:
All that is needed to bootstrap `Lazyman` is the [lazyman.sh](https://github.com/doctorfree/nvim-lazyman/releases/download/v2.1.8r7/lazyman.sh) script. Download and execute to get started:

```bash
git clone https://github.com/doctorfree/nvim-lazyman $HOME/.config/nvim-Lazyman
Expand Down Expand Up @@ -92,7 +92,7 @@ If, after initializing Lazyman with `lazyman -Z`, you wish to let Lazyman instal

### Bootstrap

To bootstrap the Lazyman Neovim configuration manager, the `lazyman.sh` script must be downloaded and executed. The download can be performed with `git`, `curl`, `wget`, copy/paste, or [download the release artifact](https://github.com/doctorfree/nvim-lazyman/releases/download/v2.1.8r6/lazyman.sh).
To bootstrap the Lazyman Neovim configuration manager, the `lazyman.sh` script must be downloaded and executed. The download can be performed with `git`, `curl`, `wget`, copy/paste, or [download the release artifact](https://github.com/doctorfree/nvim-lazyman/releases/download/v2.1.8r7/lazyman.sh).

The recommended bootstrap procedure is with `git`:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=2.1.8
RELEASE=6
RELEASE=7
PACKAGE=1

0 comments on commit 513d096

Please sign in to comment.