Skip to content

Commit

Permalink
bump version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Feb 26, 2024
1 parent c849843 commit d660ae5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_poetry_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update poetry.lock
on:
push:
branches:
- "v0.4.x"
- "main"
paths:
- "pyproject.toml"

Expand All @@ -28,4 +28,4 @@ jobs:
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: "v0.4.x"
branch: "main"
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _✨ [Nonebot2](https://github.com/nonebot/nonebot2) 表情包制作插件 ✨_
<p align="center">
<img src="https://img.shields.io/github/license/noneplugin/nonebot-plugin-memes" alt="license">
<img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="Python">
<img src="https://img.shields.io/badge/nonebot-2.0.0+-red.svg" alt="NoneBot">
<img src="https://img.shields.io/badge/nonebot-2.2.0+-red.svg" alt="NoneBot">
<a href="https://pypi.org/project/nonebot-plugin-memes">
<img src="https://badgen.net/pypi/v/nonebot-plugin-memes" alt="pypi">
</a>
Expand Down Expand Up @@ -76,7 +76,9 @@ pip install nonebot_plugin_memes

插件会缓存生成的表情列表图片以避免重复生成,若因为字体没安装好等原因导致生成的图片不正常,需要删除缓存的图片

> 缓存图片位置:
缓存图片存放在 [nonebot-plugin-localstore](https://github.com/nonebot/plugin-localstore) 插件定义的缓存目录下

> 默认缓存目录位置:
>
> - Windows: `C:\Users\<username>\AppData\Local\nonebot2\Cache\nonebot_plugin_memes`
> - Linux: `~/.cache/nonebot2/nonebot_plugin_memes`
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_memes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
extra={
"unique_name": "memes",
"author": "meetwq <[email protected]>",
"version": "0.5.1",
"version": "0.6.0",
},
)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot_plugin_memes"
version = "0.5.1"
version = "0.6.0"
description = "Nonebot2 plugin for making memes"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d660ae5

Please sign in to comment.