Skip to content

Commit

Permalink
0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmaierhofer committed Oct 9, 2023
1 parent 86395cd commit 9048d58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 0.3.14
### 0.3.15
- Octree.PartIndexRange, Octree.PerCellPartIndex1i

### 0.3.14
- fix typo (Octree.Cir3bRange)

### 0.3.13
Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Data.Durable.Codec/Codec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static partial class DurableCodec
/// <summary>
/// Version.
/// </summary>
public const string Version = "0.3.14";
public const string Version = "0.3.15";
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Data.Durable/Def.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static partial class Durable
/// <summary>
/// Version.
/// </summary>
public const string Version = "0.3.14";
public const string Version = "0.3.15";

/// <summary></summary>
public static void Init()
Expand Down

0 comments on commit 9048d58

Please sign in to comment.