Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
all: bump version, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Jul 3, 2021
1 parent 6c74428 commit 90a9335
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.4] - 2021-07-03

### Changed

- Removed `logs/doom.log` and added it to `gitignore` (#27)

### Fixed

- `nvim-telescope` plugin breaking changes, updated configurations
- `indent-blankline` plugin lua branch removal notice, moved to master branch (#27)

## [2.3.3] - 2021-07-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BYellow='\033[1;33m' # Yellow
# }}}

# Doom Nvim version
DoomNvimVersion='2.3.3'
DoomNvimVersion='2.3.4'
# System OS
System="$(uname -s)"

Expand Down
2 changes: 1 addition & 1 deletion lua/doom/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- License: MIT --
---[[---------------------------------------]]---
-- Doom Nvim version
Doom_version = '2.3.3'
Doom_version = '2.3.4'

-- Check if running Neovim or Vim and fails if:
-- 1. Running Vim instead of Neovim
Expand Down

0 comments on commit 90a9335

Please sign in to comment.