Skip to content

Commit

Permalink
version: 1.0.3.20231110 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
janreges committed Nov 10, 2023
1 parent be543dc commit 5b80965
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v1.0.3.20231110](https://github.com/janreges/fast-website-crawler/compare/v1.0.2...v1.0.3.20231110)

#### [v1.0.2.20231110](https://github.com/janreges/fast-website-crawler/compare/v1.0.1...v1.0.2.20231110)
- cache/storage: better race-condition handling in a situation where several coroutines could write the same folder at one time, then mkdir reported 'File exists' [`be543dc`](https://github.com/janreges/fast-website-crawler/commit/be543dc195e675e49064b20ee091903f1977942a)

#### [v1.0.2](https://github.com/janreges/fast-website-crawler/compare/v1.0.1...v1.0.2)

> 10 November 2023
- version: 1.0.2.20231110 + changelog [`230b947`](https://github.com/janreges/fast-website-crawler/commit/230b9478a36ee664dfe080447c09da9c4a9bc25c)
- html report: added aria labels to active/important elements [`a329b9d`](https://github.com/janreges/fast-website-crawler/commit/a329b9d4e0f040996c17cb3382cf3c07c61a4b35)
- version: 1.0.1.20231109 - changelog [`50dc69c`](https://github.com/janreges/fast-website-crawler/commit/50dc69c9ab956691bbf97860355d410a0bdba0c9)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "janreges/siteone-website-crawler",
"description": "The best and easy-to-use command-line website crawler, analyzer, sitemap and offline-website generator for Linux/Windows/macOS you've ever seen.",
"version": "1.0.2.20231110",
"version": "1.0.3.20231110",
"type": "project",
"require-dev": {
"phpunit/phpunit": "^10.4",
Expand All @@ -28,6 +28,6 @@
"scripts": {
"test": "phpunit --color=always --testdox",
"phpstan": "phpstan analyse",
"changelog": "auto-changelog --commit-limit false --sort-commits date-desc --package"
"changelog": "auto-changelog --commit-limit false --sort-commits date-desc --package --hide-credit"
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

abstract class Version
{
const CODE = '1.0.2.20231110';
const CODE = '1.0.3.20231110';
}

0 comments on commit 5b80965

Please sign in to comment.