Skip to content

Commit

Permalink
Prepare for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredwu committed Sep 28, 2023
1 parent 0ebc113 commit b7084c7
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## master

## v1.2.0 [2023-09-29]

- [Added] `Crawler.Store.all_urls/0` to find all scraped URLs
- [Improved] Memory usage optimisations

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Crawler.Mixfile do
use Mix.Project

@source_url "https://github.com/fredwu/crawler"
@version "1.1.2"
@version "1.2.0"

def project do
[
Expand Down

0 comments on commit b7084c7

Please sign in to comment.