mirror of
https://github.com/tauri-apps/rustdocusaurus.git
synced 2026-02-04 02:31:18 +01:00
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"script": patch
|
||||
---
|
||||
|
||||
Adds support to macros, constants and attrs.
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,6 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.1]
|
||||
## \[1.0.2]
|
||||
|
||||
- Fixed Rust docs IDs written in wrong sidebar index
|
||||
- [1f504fe](https://github.com/tauri-apps/rustdocusaurus/commit/1f504fe9cf5b42790d3b623a0a30b8918864160b) chore(covector) on 2020-07-27
|
||||
- Adds support to macros, constants and attrs.
|
||||
- [63995e4](https://github.com/tauri-apps/rustdocusaurus/commit/63995e4244ddf990cb56ee69088c64f3499b6f14) add change file on 2021-04-25
|
||||
|
||||
## \[1.0.1]
|
||||
|
||||
- Fixed Rust docs IDs written in wrong sidebar index
|
||||
- [1f504fe](https://github.com/tauri-apps/rustdocusaurus/commit/1f504fe9cf5b42790d3b623a0a30b8918864160b) chore(covector) on 2020-07-27
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.1]
|
||||
## \[1.0.2]
|
||||
|
||||
- Fixed Rust docs IDs written in wrong sidebar index
|
||||
- Bumped due to a bump in script.
|
||||
- [1f504fe](https://github.com/tauri-apps/rustdocusaurus/commit/1f504fe9cf5b42790d3b623a0a30b8918864160b) chore(covector) on 2020-07-27
|
||||
- Adds support to macros, constants and attrs.
|
||||
- Bumped due to a bump in script.
|
||||
- [63995e4](https://github.com/tauri-apps/rustdocusaurus/commit/63995e4244ddf990cb56ee69088c64f3499b6f14) add change file on 2021-04-25
|
||||
|
||||
## \[1.0.1]
|
||||
|
||||
- Fixed Rust docs IDs written in wrong sidebar index
|
||||
- Bumped due to a bump in script.
|
||||
- [1f504fe](https://github.com/tauri-apps/rustdocusaurus/commit/1f504fe9cf5b42790d3b623a0a30b8918864160b) chore(covector) on 2020-07-27
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "rustdocusaurus-action",
|
||||
"license": "MIT",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"run-source": "node index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rustdocusaurus",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user