Skip to content

Commit

Permalink
Prepare for next version and set version to 0.11.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed Jan 16, 2018
1 parent 6358df5 commit acb3998
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ACHE Crawer Change Log

## Version 0.11.0-SNAPSHOT (Unreleased)

- ...

## Version 0.10.0 (2018-01-16)

We are pleased to announce version 0.10.0 of ACHE Crawler! This release contains very important changes, which include support for running multiple crawlers in a single server (multi-tenancy), and the start of our migration to Apache License 2 (APLv2).
Expand All @@ -20,7 +24,7 @@ Following is a detailed log of the major changes since last version:
- `searchkit` to version 2.3.0
- `npm` to version 5.6.0
- Allow cookies be modified dynamically via REST API endpoint (issue #114)
- Added 'crawlerId' field to JSON output of target repositories to track provenance of crawled pages
- Added `crawlerId` field to JSON output of target repositories to track provenance of crawled pages


## Version 0.9.0 (2017-11-07)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'com.github.kt3k.coveralls'
sourceCompatibility = 1.8
targetCompatibility = 1.8
compileJava.options.encoding = "UTF-8"
version = '0.10.0'
version = '0.11.0-SNAPSHOT'
mainClassName = 'focusedCrawler.Main'
applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"]

Expand Down
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: ache
version: 0.10.0
version: 0.11.0-SNAPSHOT

build:
number: 0

source:
git_url: https://github.com/ViDA-NYU/ache.git
git_tag: 0.10.0
git_tag: 0.11.0-SNAPSHOT

about:
license: GPL 2.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.10.0'
version = u'0.11.0-SNAPSHOT'
# The full version, including alpha/beta/rc tags.
release = u'0.10.0'
release = u'0.11.0-SNAPSHOT'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit acb3998

Please sign in to comment.