From b7084c741c84f56785171d02896e6efcaa4c3886 Mon Sep 17 00:00:00 2001 From: Fred Wu Date: Fri, 29 Sep 2023 01:58:55 +1000 Subject: [PATCH] Prepare for v1.2.0 --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae6a0f..8fe4710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 1136eba..af87f42 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [