Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit fa07a20

Browse files
committed
update version number and changelog
1 parent a4d7f37 commit fa07a20

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

33

4+
## v1.db25.p1
5+
6+
**2019-11-26**
7+
8+
* Switched form Apache License to GNU GENERAL PUBLIC LICENSE.
9+
* Allow to use "unsafe" Python environment if this environment has explicitly been specified by the user.
10+
11+
12+
## v1.db25.p0
13+
14+
**2019-11-05**
15+
16+
* Added shallow indexer that is less precide than the normal indexer but much faster. This mode can be invoked by adding the `--shallow` command line argument.
17+
18+
419
## v1.db24.p2
520

621
**2019-08-26**

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = 'v1.db25.p0'
1+
__version__ = 'v1.db25.p1'
22

33
_sourcetrail_db_version = 'v3.db25.p0'

0 commit comments

Comments
 (0)