Skip to content

Commit

Permalink
chore(release): v3.9.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Mar 15, 2021
1 parent 35e5c3f commit d8a28f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.8.1
v3.9.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.9.0](https://github.com/kkoomen/vim-doge/compare/v3.8.1...v3.9.0) (2021-03-15)


### Features

* implement Errors and Safety sections ([358a0fa](https://github.com/kkoomen/vim-doge/commit/358a0fa0eb4ba78b00dea8b35c3bee7727740aa7))
* implement rust with support for functions/methods ([77becd5](https://github.com/kkoomen/vim-doge/commit/77becd56a4ad67740863815c088a150b7d6e39f6))

## [3.8.1](https://github.com/kkoomen/vim-doge/compare/v3.8.0...v3.8.1) (2021-03-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vim-doge",
"version": "3.8.1",
"version": "3.9.0",
"description": "A Vim polyglot plugin for generating documentation",
"scripts": {
"release": "release-it",
Expand Down

0 comments on commit d8a28f9

Please sign in to comment.