Skip to content

Commit

Permalink
Releasing version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Apr 19, 2021
1 parent e2dc472 commit 5f64244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## Next

## [0.3.0](https://github.com/DenTelezhkin/Swarm/releases/tag/0.3.0)

### Changed

* When url is added via `add(_:)` method, and there are available spiders, scrapping starts immediately instead of waiting for previous urls to finish.
Expand Down
2 changes: 1 addition & 1 deletion Swarm.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Swarm"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "Simple, fast, modular Web-scrapping engine written in Swift"
s.homepage = "https://github.com/DenTelezhkin/Swarm"
s.license = 'MIT'
Expand Down

0 comments on commit 5f64244

Please sign in to comment.