Skip to content

Commit

Permalink
10.02.00: BugFix[38]
Browse files Browse the repository at this point in the history
  • Loading branch information
valhuber committed Feb 8, 2024
1 parent b603320 commit 7ce65f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ There are a few articles that provide some orientation to API Logic Server:

### Change Log

02/05/2024 - 10.01.30: Improved sample-ai procedure
02/07/2024 - 10.02.00: BugFix[38]: foreign-key/getter collision

01/31/2024 - 10.01.28: LogicBank fix, sample-ai, better rules example

Expand Down
3 changes: 1 addition & 2 deletions api_logic_server_cli/api_logic_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
__version__ = "10.02.00"
recent_changes = \
f'\n\nRecent Changes:\n' +\
"\t02/06/2024 - 10.01.30: BugFix[38]: fk/getter collision \n"\
"\t02/05/2024 - 10.01.30: Improved sample-ai procedure \n"\
"\t02/07/2024 - 10.02.00: BugFix[38]: foreign-key/getter collision \n"\
"\t01/31/2024 - 10.01.28: LogicBank fix, sample-ai, better rules example \n"\
"\t01/15/2024 - 10.01.18: Cleanup, logic reminder, nw tutorial fixes \n"\
"\t01/10/2024 - 10.01.12: Optlock ignored [35], Reduce Sample size, examples, consistent naming, run/cwd \n"\
Expand Down
2 changes: 1 addition & 1 deletion docker/api_logic_server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GA release
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:10.01.30 -o type=image --platform=linux/arm64,linux/amd64 .
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:10.02.00 -o type=image --platform=linux/arm64,linux/amd64 .
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:latest -o type=image --platform=linux/arm64,linux/amd64 .

# Beta - test codespaces with tutorial, API_Fiddle (change .devcontainer.json -> apilogicserver/api_logic_server_x)
Expand Down

0 comments on commit 7ce65f7

Please sign in to comment.