Skip to content

Commit

Permalink
Release 2021.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Jul 9, 2021
1 parent c530dcd commit 3308386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Devel-Camelcadedb

2021.2
Re-worked references handling with a debugger, #56 #57 #38
- no more references squashing
- proper references introspect
New bug discovered, still need to be addressed: #58

2021.1
Fixed crash on cyclic references rendering, #38 #56

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Camelcadedb.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Devel::Camelcadedb;
# must be quoted to work correctly with JSON protocol
our $VERSION = "v2021.1"; # DO NOT REMOVE FUCKING v, IT KEEPS PROPER VERSIONING
our $VERSION = "v2021.2"; # DO NOT REMOVE FUCKING v, IT KEEPS PROPER VERSIONING

# to ensure protocol compatibility between the IDE and the debugger, we will use $API_VERSION variable, to be able
# to bump debugger version without necessity to update IDE part.
Expand Down

0 comments on commit 3308386

Please sign in to comment.