Skip to content

Commit

Permalink
Upgrade v1.12.2 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl authored Jun 20, 2023
1 parent 023876f commit 1b3292b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
16 changes: 14 additions & 2 deletions upgrade/v1.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

[[toc]]

## v1.12.2

### Bug Fixes 🐛

- [The Problem Of facades.Gate() Return nil](#the-problem-of-facades-gate-return-nil)

## v1.12.1

### Bug 修复 🐛
### Bug Fixes 🐛

- [The Panic Problem Caused By File Path Under Windows](#the-panic-problem-caused-by-file-path-under-windows)

Expand Down Expand Up @@ -268,4 +274,10 @@ Version: v1.12.0
Version: v1.12.1
Fix the panic problem caused by backslash when the `make` command automatically creates folders under windows.
Fix the panic problem caused by backslash when the `make` command automatically creates folders under windows.
### The Problem Of facades.Gate() Return nil
Version: v1.12.2
Fix the problem of `facades.Gate()` return nil
12 changes: 12 additions & 0 deletions zh/upgrade/v1.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[[toc]]

## v1.12.2

### Bug 修复 🐛

- [facades.Gate() 返回 nil 的问题](#facades-gate-返回-nil-的问题)

## v1.12.1

### Bug 修复 🐛
Expand Down Expand Up @@ -269,3 +275,9 @@ Version: v1.12.0
Version: v1.12.1
修复 windows 下,`make` 命令自动创建文件夹时,由于反斜杠引发 panic 的问题。
### facades.Gate() 返回 nil 的问题
Version: v1.12.2
修复 facades.Gate() 返回 nil 的问题。

0 comments on commit 1b3292b

Please sign in to comment.