Skip to content

Commit

Permalink
Merge pull request #6 from Mobject-Dev-Team/pre-v1.2.0
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
benhar-dev authored Jun 13, 2024
2 parents 14f18cc + 511659b commit b085bf9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.2.0-beta

- Updated to support mobject-disposable v1.1.1
- Minor style change

## v1.1.0-beta

- Added reset to enumerators.
Expand Down
Binary file modified mobject-enumerable.library
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</None>
</ItemGroup>
<ItemGroup>
<LibraryReference Include="mobject-enumerable,1.1.0,mobject">
<LibraryReference Include="mobject-enumerable,1.2.0,mobject">
<Namespace>mobject_enumerable</Namespace>
</LibraryReference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
<Declaration><![CDATA[METHOD PUBLIC MoveNext : BOOL]]></Declaration>
</Method>
<Method Name="Reset" Id="{0f78e995-65f0-4ba9-9964-ba2117aa49e8}">
<Declaration><![CDATA[METHOD Reset
VAR_INPUT
END_VAR
]]></Declaration>
<Declaration><![CDATA[METHOD PUBLIC Reset]]></Declaration>
</Method>
<Method Name="TryGet" Id="{74e7636e-1bf0-072e-1443-81e758afc41b}">
<Declaration><![CDATA[METHOD PUBLIC TryGet : BOOL;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Company>mobject</Company>
<Released>false</Released>
<Title>mobject-enumerable</Title>
<ProjectVersion>1.1.0</ProjectVersion>
<ProjectVersion>1.2.0</ProjectVersion>
<DefaultNamespace>mobject-enumerable</DefaultNamespace>
<Placeholder>mobject-enumerable</Placeholder>
<Author>mobject dev team</Author>
Expand Down Expand Up @@ -64,7 +64,7 @@
</None>
</ItemGroup>
<ItemGroup>
<LibraryReference Include="mobject-disposable,1.0.0,mobject">
<LibraryReference Include="mobject-disposable,1.1.1,mobject">
<Namespace>mobject_disposable</Namespace>
</LibraryReference>
</ItemGroup>
Expand Down

0 comments on commit b085bf9

Please sign in to comment.