Skip to content

Commit

Permalink
poetry version: 3.9.5 -> 3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Feb 18, 2024
1 parent 2d0de3d commit f321dce
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ayugespidertools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"__version__",
]

__version__ = "3.9.5"
__version__ = "3.9.6"
4 changes: 0 additions & 4 deletions ayugespidertools/commands/crawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@


class AyuCommand(Command):
"""完全 copy 继承 scrapy 中的方法
不推荐使用 ayuge crawl 来执行 spider,没必要,还是使用 scrapy crawl 吧
"""

...
21 changes: 21 additions & 0 deletions docs/additional/news.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Release notes

## AyugeSpiderTools 3.9.6 (2024-02-18)

### Deprecations

- 无。

### New features

- 无。

### Bug fixes

- 修复 mysql 存储引擎 engine 参数未生效的问题。([1240e37](https://github.com/shengchenyang/AyugeSpiderTools/commit/1240e375dd4e1bc7c87ba876a3cc8faf34b8695f))

### Code optimizations

- 更新 `aiohttp` 依赖库版本以解决破坏兼容性的问题,同步更新 `scrapy` 依赖版本。([3f0dc5a](https://github.com/shengchenyang/AyugeSpiderTools/commit/3f0dc5ada3a9742eff54e8a77c03a4fb7906795d), [246c824](https://github.com/shengchenyang/AyugeSpiderTools/commit/246c824813b4ffdc844b0df26a9e944a467fb9ea)
- 文档更新。

<hr>

## AyugeSpiderTools 3.9.5 (2024-01-30)

### Deprecations
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 = "AyugeSpiderTools"
version = "3.9.5"
version = "3.9.6"
description = "scrapy 扩展库:用于扩展 Scrapy 功能来解放双手。"
authors = ["ayuge <[email protected]>"]
maintainers = ["ayuge <[email protected]>"]
Expand Down

0 comments on commit f321dce

Please sign in to comment.