Skip to content

Commit

Permalink
chore(release): v0.21.0 release prep (#1009)
Browse files Browse the repository at this point in the history
* chore(release): v0.21.0 release prep

* chore(dependencies): update to Node 18

* chore(release): bump version and write changelog
  • Loading branch information
vringar authored Sep 27, 2022
1 parent 969bafb commit 51ff322
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 30 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.21.0 - 2022-09-26

Update to Firefox 105
Unified and simplified Extension [#1008](https://github.com/openwpm/OpenWPM/pull/1008)

## v0.20.0 - 2022-05-05

Updates OpenWPM to Firefox 100
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.0
0.21.0
46 changes: 23 additions & 23 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,46 @@ channels:
- main
dependencies:
- beautifulsoup4=4.11.1
- black=22.3.0
- black=22.8.0
- click=8.1.3
- codecov=2.1.11
- dill=0.3.5.1
- easyprocess=1.1
- gcsfs=2022.5.0
- gcsfs=2022.8.2
- geckodriver=0.30.0
- ipython=8.4.0
- ipython=8.5.0
- isort=5.10.1
- leveldb=1.23
- multiprocess=0.70.13
- mypy=0.961
- nodejs=17.9.0
- pandas=1.4.3
- pillow=9.1.1
- pip=22.1.2
- pre-commit=2.19.0
- psutil=5.9.1
- pyarrow=8.0.0
- pytest-asyncio=0.18.3
- mypy=0.971
- nodejs=18.9.0
- pandas=1.5.0
- pillow=9.2.0
- pip=22.2.2
- pre-commit=2.20.0
- psutil=5.9.2
- pyarrow=9.0.0
- pytest-asyncio=0.19.0
- pytest-cov=3.0.0
- pytest=7.1.2
- python=3.10.5
- pytest=7.1.3
- python=3.10.6
- pyvirtualdisplay=3.0
- recommonmark=0.7.1
- redis-py=4.3.3
- s3fs=2022.5.0
- selenium=4.3.0
- sentry-sdk=1.6.0
- sphinx-markdown-tables=0.0.15
- sphinx=5.0.2
- redis-py=4.3.4
- s3fs=2022.8.2
- selenium=4.4.0
- sentry-sdk=1.9.9
- sphinx-markdown-tables=0.0.17
- sphinx=5.2.1
- tabulate=0.8.10
- tblib=1.7.0
- wget=1.20.3
- pip:
- dataclasses-json==0.5.7
- domain-utils==0.7.1
- jsonschema==4.6.0
- jsonschema==4.16.0
- plyvel==1.4.0
- types-pyyaml==6.0.9
- types-redis==4.3.2
- types-pyyaml==6.0.11
- types-redis==4.3.20
- types-tabulate==0.8.11
name: openwpm
8 changes: 4 additions & 4 deletions scripts/environment-unpinned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- tblib
- wget
- pip:
- jsonschema
- plyvel
- domain-utils
- dataclasses-json
- jsonschema
- plyvel
- domain-utils
- dataclasses-json
4 changes: 2 additions & 2 deletions scripts/install-firefox.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
# Use the Unbranded build that corresponds to a specific Firefox version
# To upgrade:
Expand All @@ -9,7 +9,7 @@ set -e
# Note this script is **destructive** and will
# remove the existing Firefox in the OpenWPM directory

TAG='1c7f7adc90e2b4c8d64548938bb1499033c5be8f' # FIREFOX_100_0_RELEASE
TAG='433fb8a983f63150726d31c00e98b02c462c8491' # FIREFOX_105_0_RELEASE

case "$(uname -s)" in
Darwin)
Expand Down

0 comments on commit 51ff322

Please sign in to comment.