Skip to content

Commit 646f0fd

Browse files
committed
Release v3.0.0b1
1 parent 3d383b2 commit 646f0fd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 3.0.0b1 27/11/2023
4+
5+
* Bundle web-ui v3.0.0b1
6+
* Upgrade sentry-sdk to v1.37.1
7+
* Upgrade aiohttp to v3.9.1
8+
* Fix bug when listing endpoints for opened project
9+
* Make images executable after importing a project
10+
* Disable IOS hostname check for Dynamips ghost instances
11+
312
## 3.0.0a6 15/11/2023
413

514
* Bundle web-ui v3.0.0a6

gns3server/crash_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class CrashReport:
5858
Report crash to a third party service
5959
"""
6060

61-
DSN = "https://7439f47d7914699d39d94fa76b867a65@o19455.ingest.sentry.io/38482"
61+
DSN = "https://1608802d5d3109b6533e8b270cc8c9b6@o19455.ingest.sentry.io/38482"
6262
_instance = None
6363

6464
def __init__(self):

gns3server/static/web-ui/main.5699f8c67ccc8359.js

-1
This file was deleted.

gns3server/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# or negative for a release candidate or beta (after the base version
2323
# number has been incremented)
2424

25-
__version__ = "3.0.0a6"
25+
__version__ = "3.0.0b1"
2626
__version_info__ = (3, 0, 0, -99)
2727

2828
if "dev" in __version__:

0 commit comments

Comments
 (0)